quick oopsy fix for exporting TARGET

This commit is contained in:
tschettervictor
2025-01-05 20:10:37 -07:00
committed by GitHub
parent 61788cce6b
commit 53295ba69c

View File

@@ -190,12 +190,11 @@ set_target_single() {
else
exit 1
fi
else
TARGET="${_TARGET}"
JAILS="${_TARGET}"
export TARGET
export JAILS
fi
TARGET="${_TARGET}"
JAILS="${_TARGET}"
export TARGET
export JAILS
}
target_all_jails() {