From f2c96389ad4201a298d0abc1f89bc7e1e0a132da Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 12 Jan 2025 00:39:53 +0000 Subject: [PATCH] Pass args in start-microkodi.sh --- start-microkodi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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