„scripts/start.sh“ ändern

This commit is contained in:
2020-10-05 22:56:18 +02:00
parent eb821ff25d
commit e8814ff5b3

View File

@@ -17,7 +17,7 @@ fi
if [ ! -z "$APT_GET" ]; then
apt-get update
apt-get -y $APT_GET
apt-get -y install $APT_GET
fi
if [ ! -z "$PIP3_INSTALL" ]; then