More strict error handling in the Bash script.

This commit is contained in:
LoRd_MuldeR 2024-11-12 18:53:21 +01:00
parent 6f156be298
commit 1149dc6d25

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
set -e
set -eo pipefail
trap 'read -p "Press any key..." x || true' EXIT
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~