mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 16:21:32 +01:00
common: Fix TARGET var
This commit is contained in:
@@ -286,7 +286,7 @@ set_target_single() {
|
||||
fi
|
||||
fi
|
||||
# Exit if no jails
|
||||
if [ -z "${TARGET}" ] && [ -z "${JAILS}" ]; then
|
||||
if [ -z "${_TARGET}" ] && [ -z "${_JAILS}" ]; then
|
||||
exit 1
|
||||
fi
|
||||
TARGET="${_TARGET}"
|
||||
|
||||
Reference in New Issue
Block a user