Update run.sh

This commit is contained in:
anthroposcene
2026-04-29 02:52:30 -07:00
parent 11025c36fe
commit 7576bf1acd
+6 -1
View File
@@ -41,7 +41,12 @@ if ! "$VPY" -m pip install --disable-pip-version-check -q -r requirements.txt; t
"$VPY" -m pip install --disable-pip-version-check -q -r requirements.txt
fi
if [ ! -f "config.json" ]; then
echo "[*] No config.json found — launching setup wizard ..."
"$VPY" setup.py
fi
echo
echo "[*] Starting mhr-cfw ..."
echo
exec "$VPY" main.py "$@"
exec "$VPY" main.py "$@"