Skip to content

Commit

Permalink
Fix sudo message for #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 19, 2023
1 parent 59e9100 commit 88879f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PYTHON="/usr/bin/python3"

user_check() {
if [ $(id -u) -eq 0 ]; then
printf "Script should not be run as root. Try './install.sh'\n"
printf "Script should not be run as root. Try './uninstall.sh'\n"
exit 1
fi
}
Expand Down

0 comments on commit 88879f1

Please sign in to comment.