actually use the right script name.

This commit is contained in:
Luis Guzmán 2024-08-28 22:42:09 -06:00
parent bcc20dca84
commit 384efcda6d
1 changed files with 2 additions and 2 deletions

View File

@ -1168,9 +1168,9 @@ sleep .1
if [ "$ENABLE_TRANSCRIPT" = "yes" ]; then
printf "\nJigasi with VOSK backend will be enabled."
if [ "$MODE" = "debug" ]; then
bash "$PWD"/jra_nextcloud.sh -m debug
bash "$PWD"/jigasi-vosk-backend.sh -m debug
else
bash "$PWD"/jra_nextcloud.sh
bash "$PWD"/jigasi-vosk-backend.sh
fi
fi
sleep .1