Update glacier-install.sh

This commit is contained in:
everest
2022-05-27 18:07:04 +00:00
committed by GitHub
parent f6742f5a3e
commit d38cf63cd1

View File

@@ -17,7 +17,7 @@ export question="\x3F"
# Glacier preloading
source /etc/glacier.conf
source /etc/glacier/hooks.sh
# Require the script to be run as root
if [[ $(/usr/bin/id -u) -ne 0 ]]; then