Update glacier-install.sh

This commit is contained in:
everest 2022-04-20 19:05:26 +00:00 committed by GitHub
parent 65662a51e7
commit 6f2576170e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ export question="\x3F"
# Require the script to be run as root # Require the script to be run as root
if [[ $(/usr/bin/id -u) -ne 0 ]]; then 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 exit
fi fi