We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e9100 commit 88879f1Copy full SHA for 88879f1
uninstall.sh
@@ -7,7 +7,7 @@ PYTHON="/usr/bin/python3"
7
8
user_check() {
9
if [ $(id -u) -eq 0 ]; then
10
- printf "Script should not be run as root. Try './install.sh'\n"
+ printf "Script should not be run as root. Try './uninstall.sh'\n"
11
exit 1
12
fi
13
}
0 commit comments