0.5r9 - Executer

This commit is contained in:
Gustavo Adolfo Mesa Roldán
2020-10-03 08:12:14 +02:00
parent 4e04efe1af
commit 438e6867c5
+1 -1
View File
@@ -30,7 +30,7 @@ function install()
if [ "$UID" != "0" ]; then if [ "$UID" != "0" ]; then
echo " Only root can execute this script, sorry." echo " Only root can execute this script, sorry."
echo " Try 'sudo $0 $@'" echo " Try 'sudo lch $@'"
exit 0 exit 0
fi fi