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
|
if grep -sq 'docker\|lxc' /proc/1/cgroup
|
||||||
then
|
then
|
||||||
echo "running in docker container, no supported (at the moment)"
|
echo "running in docker container, no supported (at the moment)"
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
# Find the name of the folder the scripts are in
|
# Find the name of the folder the scripts are in
|
||||||
set -a
|
set -a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue