Skip to content

Commit 254be23

Browse files
editted-chmod-permissions
1 parent cf9696a commit 254be23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030
fi
3131

3232
sudo mv program.sh.x /usr/bin/cleansweep
33-
sudo chmod 777 /usr/bin/cleansweep
33+
sudo chmod 740 /usr/bin/cleansweep
3434
#clear
3535
echo -e "\n ${COL_GREEN}Installation Successfull!${COL_RESET}"
3636
echo -e "Command to use CleanSweap : ${COL_YELLOW}cleansweep${COL_RESET}\n"

program.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if [ "$option" == "Remove duplicate files" ]
9191
then
9292
rmlint /home/$USER
9393
echo ""
94-
sudo chmod 777 rmlint.sh
94+
sudo chmod 740 rmlint.sh
9595
yes | sudo sh rmlint.sh -c
9696
echo ""
9797
gum spin --title="Removind duplicates . ." sleep 2

0 commit comments

Comments
 (0)