refactor: polish auto start scripts

Add set -e and [ -z $ ]
This commit is contained in:
David
2025-11-03 23:25:28 -06:00
parent 9516e53f68
commit 3ebd2e29a3
4 changed files with 8 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )