minor fix

This commit is contained in:
js0ny 2025-07-08 21:50:22 +08:00
parent 3bfde49348
commit 4062aeab3d
8 changed files with 39 additions and 12 deletions

View file

@ -2,7 +2,6 @@
# Adds better error handling and safety features
# shellcheck disable=SC2016
# TODO: UNTESTED
set -e # Exit immediately if a command exits with a non-zero status
set -u # Treat unset variables as an error