Fix an echo that wasnt printing in color

aka fixing the big gay
This commit is contained in:
ItzNop 2019-02-01 15:07:20 +02:00 committed by GitHub
parent 8aefd166cf
commit 390a678db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
update
View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
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
fi
#Get updated source code