We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9696a commit 254be23Copy full SHA for 254be23
2 files changed
install.sh
@@ -30,7 +30,7 @@ else
30
fi
31
32
sudo mv program.sh.x /usr/bin/cleansweep
33
-sudo chmod 777 /usr/bin/cleansweep
+sudo chmod 740 /usr/bin/cleansweep
34
#clear
35
echo -e "\n ${COL_GREEN}Installation Successfull!${COL_RESET}"
36
echo -e "Command to use CleanSweap : ${COL_YELLOW}cleansweep${COL_RESET}\n"
program.sh
@@ -91,7 +91,7 @@ if [ "$option" == "Remove duplicate files" ]
91
then
92
rmlint /home/$USER
93
echo ""
94
- sudo chmod 777 rmlint.sh
+ sudo chmod 740 rmlint.sh
95
yes | sudo sh rmlint.sh -c
96
97
gum spin --title="Removind duplicates . ." sleep 2
0 commit comments