From 390a678db4b12c81cfe3cf57047f7baf9b4c7082 Mon Sep 17 00:00:00 2001 From: ItzNop <38888474+ItzNop@users.noreply.github.com> Date: Fri, 1 Feb 2019 15:07:20 +0200 Subject: [PATCH] Fix an echo that wasnt printing in color aka fixing the big gay --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 5a6db5ce..425ed32a 100755 --- a/update +++ b/update @@ -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