diff --git a/start-microkodi.sh b/start-microkodi.sh index f98c1f3..f326320 100755 --- a/start-microkodi.sh +++ b/start-microkodi.sh @@ -1,4 +1,4 @@ #!/bin/bash cd `dirname $0` source .venv/bin/activate -python3 microkodi/main.py -c ./config.json \ No newline at end of file +python3 microkodi/main.py -c ./config.json $@ \ No newline at end of file