From 6f2576170e18354a1767e94832c87f59a9728f31 Mon Sep 17 00:00:00 2001 From: everest Date: Wed, 20 Apr 2022 19:05:26 +0000 Subject: [PATCH] Update glacier-install.sh --- scripts/glacier-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/glacier-install.sh b/scripts/glacier-install.sh index 694efd5..7df2da3 100644 --- a/scripts/glacier-install.sh +++ b/scripts/glacier-install.sh @@ -17,7 +17,7 @@ export question="\x3F" # Require the script to be run as root if [[ $(/usr/bin/id -u) -ne 0 ]]; then - echo "\033[1;31m [ $error ] \033[m Please run Glacier as root." + printf "\033[1;31m [ $error ] \033[m Please run Glacier as root." exit fi