Update archtitus.sh
This commit is contained in:
parent
23232ab5c8
commit
e3b336e16c
|
|
@ -12,6 +12,7 @@ fi
|
|||
if grep -sq 'docker\|lxc' /proc/1/cgroup
|
||||
then
|
||||
echo "running in docker container, no supported (at the moment)"
|
||||
exit
|
||||
fi
|
||||
# Find the name of the folder the scripts are in
|
||||
set -a
|
||||
|
|
|
|||
Loading…
Reference in New Issue