This commit is contained in:
paul 2020-08-16 20:59:04 +02:00
parent 8d31bf8340
commit 87f05f6220
2 changed files with 11 additions and 11 deletions

3
bin/start.sh → bin/entrypoint.sh Normal file → Executable file
View file

@ -22,4 +22,5 @@ cp -r /data/mumo.ini /mumo
cp -r /data/modules /mumo # TODO: Add from git
cp -r /data/modules-available /mumo
cp -r /data/modules-enabled /mumo
exec /mumo/mumo.py
exec su mumo -c "python3 /mumo/mumo.py"