sudo repair

This commit is contained in:
ale
2020-09-27 18:14:41 +02:00
parent 7defe8f4ad
commit 2a4f587365
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function install()
if [ "$UID" != "0" ]; then
echo " Only root can execute this script, sorry."
echo " Try 'sudo $0 $DEST'"
echo " Try 'sudo $@'"
exit 0
fi