glacier-old/UNINSTALL-GLACIER.sh
2022-03-09 22:42:58 +00:00

9 lines
162 B
Bash

#!/bin/sh
# 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