Update run.sh

This commit is contained in:
Alexandre
2026-07-06 09:09:12 +02:00
committed by GitHub
parent 91096f29da
commit d9a62fa14e

View File

@@ -27,7 +27,7 @@ die() {
read_opt() {
local key="$1"
jq -er --arg k "$key" '.[$k]' "$OPTIONS_JSON" 2>/dev/null || true
jq -er --arg k "$key" '.[$k] // empty' "$OPTIONS_JSON" 2>/dev/null || true
}
strip_hostname() {