Skip to content

Commit

Permalink
Update jigasi/rootfs/etc/cont-init.d/10-config
Browse files Browse the repository at this point in the history
Co-authored-by: Kim Brose <[email protected]>
  • Loading branch information
2 people authored and zobadaniel committed Jul 30, 2024
1 parent 9c53053 commit 35cad4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jigasi/rootfs/etc/cont-init.d/10-config
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ chown jigasi:jitsi /tmp/transcripts
# Create Google Cloud Credentials
if [[ $ENABLE_TRANSCRIPTIONS -eq 1 || $ENABLE_TRANSCRIPTIONS == "true" ]]; then
if [[ -z $GC_PROJECT_ID || -z $GC_PRIVATE_KEY_ID || -z $GC_PRIVATE_KEY || -z $GC_CLIENT_EMAIL || -z $GC_CLIENT_ID || -z $GC_CLIENT_CERT_URL ]]; then
if [[ $ENABLE_VOSK -eq 0 || $ENABLE_VOSK == "false" ]]; then
if [[ $ENABLE_VOSK_TRANSCRIPTION -eq 0 || $ENABLE_VOSK_TRANSCRIPTION == "false" ]]; then
echo 'Transcriptions: One or more environment variables are undefined'
exit 1
fi
Expand Down

0 comments on commit 35cad4b

Please sign in to comment.