Update glacier-cache-clear.sh

This commit is contained in:
everest 2022-05-02 16:43:14 +00:00 committed by GitHub
parent 81b2247840
commit c83c6a6cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,10 @@
# glacier-cache-clear
# Script used to clear Glacier's cache
# 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."