Update bbb-libreoffice/assets/convert-cool.sh

This commit is contained in:
Anton Georgiev 2024-03-11 10:20:26 -04:00 committed by GitHub
parent 6bc2c60e85
commit 8868a27127
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,6 @@ timeoutSecs="${timeoutSecs:0:3}"
# The timeout is important.
timeout $(printf %03d $timeoutSecs)s curl $INSECURE -F "data=@${source}" https://$HOST:9980/cool/convert-to/$convertTo > "${dest}"
timeout $(printf %03d $timeoutSecs)s curl $UNSECURE -F "data=@${source}" https://$HOST:9980/cool/convert-to/$convertTo > "${dest}"
exit 0