Fix an echo that wasnt printing in color
aka fixing the big gay
This commit is contained in:
parent
8aefd166cf
commit
390a678db4
2
update
2
update
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
if [ $EUID == 0 ]; then
|
if [ $EUID == 0 ]; then
|
||||||
echo "\033[1;31m\nThis script must not be run as root\n\033[0m"
|
echo -e "\033[1;31m\nThis script must not be run as root\n\033[0m"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
#Get updated source code
|
#Get updated source code
|
||||||
|
Reference in New Issue
Block a user