summaryrefslogtreecommitdiffstats
path: root/setup-alpine-web.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-alpine-web.in')
-rw-r--r--setup-alpine-web.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup-alpine-web.in b/setup-alpine-web.in
index 2d5d9cb..3eaed7d 100644
--- a/setup-alpine-web.in
+++ b/setup-alpine-web.in
@@ -123,6 +123,12 @@ EOF
exit 0
}
+# require root
+if [ "$(id -u)" != "0" ]; then
+ echo "ERROR: This script must be run as root" 1>&2
+ exit 1
+fi
+
# parse args
while getopts "b:c:d:H:hR:" opts; do
case "$opts" in