summaryrefslogtreecommitdiff
path: root/src/xilib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/xilib.sh')
-rw-r--r--src/xilib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xilib.sh b/src/xilib.sh
index 56e2592..c21bbb9 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
}
}