diff options
author | davidovski <david@davidovski.xyz> | 2022-05-16 00:56:09 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-16 00:56:09 +0100 |
commit | 36757c49840907c999ad845f9704b97225a23f10 (patch) | |
tree | 922943cd801553edec015b0d4d85047b52290053 /src | |
parent | f205f143613958464e6e9e0d2dd815d76d36b631 (diff) |
fixed reset at end of message
Diffstat (limited to 'src')
-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 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 } } |