diff options
author | davidovski <david@davidovski.xyz> | 2022-05-28 19:34:28 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-28 19:34:28 +0100 |
commit | 830bb145b0e32737a49027b86267557598910446 (patch) | |
tree | 2e973cd9eb40782822d311af733e26984f92df3b | |
parent | a40c67ed42dce9fe8618f06284b1de77f72ff4dd (diff) | |
parent | 36757c49840907c999ad845f9704b97225a23f10 (diff) |
Merge branch 'master' of git.cheetah.remote:xilinux/xiutilsv1.5
-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 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 } } |