summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-28 19:34:28 +0100
committerdavidovski <david@davidovski.xyz>2022-05-28 19:34:28 +0100
commit830bb145b0e32737a49027b86267557598910446 (patch)
tree2e973cd9eb40782822d311af733e26984f92df3b
parenta40c67ed42dce9fe8618f06284b1de77f72ff4dd (diff)
parent36757c49840907c999ad845f9704b97225a23f10 (diff)
Merge branch 'master' of git.cheetah.remote:xilinux/xiutilsv1.5
-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
}
}