From e24c610e8d953683e699bcd014f4fe7cea491e84 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 17 Aug 2020 01:14:46 +0200 Subject: [PATCH] Debug --- bin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index 66e2a71..9239618 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -17,4 +17,4 @@ cp -r /data/mumo.ini /mumo # make sure our dir is writable for the user chown mumo:mumo /mumo -R -exec su mumo -c "python3 /mumo/mumo.py --ini mumo.ini" +exec su mumo -c "python3 /mumo/mumo.py --app --ini /mumo/mumo.ini"