glacier-old/UNINSTALL-GLACIER.sh

9 lines
162 B
Bash
Raw Normal View History

2022-03-09 17:40:37 -05:00
#!/bin/sh
2022-03-09 17:42:58 -05:00
# 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