Update archtitus.sh
This commit is contained in:
parent
85081d5d2b
commit
b69ec18042
|
|
@ -19,7 +19,6 @@ echo -ne "
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ -f /root/dockerenv ]; then
|
if [ -f /root/dockerenv ]; then
|
||||||
echo "docker container found, i can't install"
|
echo "docker container found, i can't install"
|
||||||
break
|
|
||||||
else
|
else
|
||||||
bash startup.sh
|
bash startup.sh
|
||||||
source $SCRIPT_DIR/setup.conf
|
source $SCRIPT_DIR/setup.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue