workaround for container startup

This commit is contained in:
Yax
2022-12-03 19:54:15 +01:00
parent 4176cc38c6
commit 2178e56df9
+5 -2
View File
@@ -1,6 +1,9 @@
#!/bin/bash
cd /stacosys
python3 stacosys/run.py /config/config.ini
# workaround for startup
cp -f stacosys/run.py .
python3 run.py /config/config.ini
tail -f /dev/null
# catch for debug
#tail -f /dev/null