summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-16 00:56:09 +0100
committerdavidovski <david@davidovski.xyz>2022-05-16 00:56:09 +0100
commit36757c49840907c999ad845f9704b97225a23f10 (patch)
tree922943cd801553edec015b0d4d85047b52290053
parentf205f143613958464e6e9e0d2dd815d76d36b631 (diff)
fixed reset at end of message
-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
}
}