mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-02 10:49:48 +01:00
Fox vars
This commit is contained in:
@@ -93,10 +93,10 @@ check_target_is_running() {
|
||||
}
|
||||
|
||||
set_target() {
|
||||
if [ "{1}" = ALL ] || [ "{1}" = all]; then
|
||||
if [ "${1}" = ALL ] || [ "${1}" = all ]; then
|
||||
target_all_jails
|
||||
else
|
||||
TARGET="{1}"
|
||||
TARGET="${1}"
|
||||
check_target_exists "{TARGET}"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user