reverted for bash shell
This commit is contained in:
parent
faabe5d622
commit
cf8fd6a008
@ -15,7 +15,7 @@ echo -e '\033[35m
|
||||
\033[0m'
|
||||
echo -e "\033[35;1mThis script has been tested only on Linux Debian 10 \033[0m"
|
||||
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
if [ "$EUID" -ne 0 ]; then
|
||||
echo "Please run as root"
|
||||
exit
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user