chmod +x bin/*
This commit is contained in:
4
bin/upgrade.sh
Normal file → Executable file
4
bin/upgrade.sh
Normal file → Executable file
@@ -10,8 +10,8 @@ echo '\033[35m
|
||||
\____/_/ \____/_/ |_/_/ |_/_____/_____/
|
||||
\033[0m'
|
||||
|
||||
if [ "$EUID" -ne 0 ]
|
||||
then echo "Please run as root"
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo "Please run as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user