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