exit on fail

This commit is contained in:
2025-06-09 19:42:30 +02:00
parent a55a1d4042
commit 9e4e9bc230

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
# Check for force flag
FORCE_REBUILD=false
if [[ "$1" == "-f" || "$1" == "--force" ]]; then