summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xilib.sh2
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
}
}