Skip to content

Bibledit Cloud 5.1.034

Latest

Choose a tag to compare

@teusbenschop teusbenschop released this 16 Nov 10:40
Replace manual error checks with 'set -e' in scripts

Removed repeated 'if [ $? -ne 0 ]; then exit; fi' error checks and added 'set -e' at the start of tarball-client-sid.sh, tarball-client.sh, and tarball-cloud.sh. This simplifies error handling and ensures the scripts exit immediately on any command failure.
https://github.com/bibledit/cloud/issues/1026