This commit is contained in:
paul 2020-08-17 00:57:46 +02:00
parent 147908bb41
commit f1baa0f141

View file

@ -17,4 +17,4 @@ cp -r /data/mumo.ini /mumo
# make sure our dir is writable for the user # make sure our dir is writable for the user
chown mumo:mumo /mumo -R chown mumo:mumo /mumo -R
exec su mumo -c "python3 /mumo/mumo.py" exec su mumo -c "python3 /mumo/mumo.py --ini mumo.ini"