diff --git a/scripts/glacier-remove.sh b/scripts/glacier-remove.sh index 0758e86..74a8a45 100644 --- a/scripts/glacier-remove.sh +++ b/scripts/glacier-remove.sh @@ -15,6 +15,10 @@ export error="\xE2\x9C\x95" export warning="\x21" export question="\x3F" +# Glacier preloading + +source /etc/glacier.conf + # Require the script to be run as root if [[ $(/usr/bin/id -u) -ne 0 ]]; then printf "\033[1;31m [ $error ] \033[m Please run Glacier as root."