From 38b7b195bfcb60c3b4a3735e2efbb8a00b337759 Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Mon, 25 Apr 2022 20:53:18 +0800 Subject: [PATCH] Update archtitus.sh --- archtitus.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archtitus.sh b/archtitus.sh index f475af1..efd5a33 100755 --- a/archtitus.sh +++ b/archtitus.sh @@ -6,13 +6,13 @@ # @testing if script was run as root for full os run if [ "$EUID" -ne 0 ] then echo "Please run as root" - exit + exit 0 fi # @docker check if grep -sq 'docker\|lxc' /proc/1/cgroup then echo "running in docker container, no supported (at the moment)" - exit + exit 0 fi # Find the name of the folder the scripts are in set -a