fixed entrypoint.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-08-27 17:56:44 +02:00
parent 5cae91fda8
commit ec32f3bdb2
Signed by: samuel-p
GPG key ID: 2AD495D17760CB4E

View file

@ -1,2 +1,2 @@
/bin/python3 /app/matrix-commander.py -s /data/store -c /data/credentials.json
/bin/python3 /app/matrix-commander.py -s /data/store -c /data/credentials.json "$@"
exit 0