mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 03:33:41 +01:00
quick oopsy fix for exporting TARGET
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user