Update glacier-update.sh

This commit is contained in:
everest 2022-05-27 18:10:27 +00:00 committed by GitHub
parent 797f942301
commit c14ef72f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
# Glacier preloading
source /etc/glacier.conf
source /etc/glacier/hooks.sh
# Require Glacier to be run as root
if [[ $(/usr/bin/id -u) -ne 0 ]]; then