diff options
-rw-r--r-- | src/xilib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xilib.sh b/src/xilib.sh index 736ddb6..57dd10c 100644 --- a/src/xilib.sh +++ b/src/xilib.sh @@ -15,7 +15,7 @@ format_bytes () { # checkroot () { [ "$(id -u)" = "0" ] || { - printf "${RED}Please run as root!\n" + printf "${RED}Please run as root!${RESET}\n" exit 1 } } |