From f1baa0f1414a0011d47859e8ec8022b25c1f9799 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 17 Aug 2020 00:57: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 2a2d571..66e2a71 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" +exec su mumo -c "python3 /mumo/mumo.py --ini mumo.ini"