Update UNINSTALL-GLACIER.sh
This commit is contained in:
parent
5ab3b73ec0
commit
e3162699c0
@ -1,3 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "hi"
|
||||
# Require the script to be run as root
|
||||
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
|
||||
echo "[ X ] Please run Glacier uninstallation as root."
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user