From 36757c49840907c999ad845f9704b97225a23f10 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 16 May 2022 00:56:09 +0100 Subject: fixed reset at end of message --- src/xilib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 } } -- cgit v1.2.1