mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 03:33:41 +01:00
fix blank after jail name
This commit is contained in:
@@ -208,7 +208,7 @@ set_target_single() {
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
TARGET="${_TARGET} "
|
||||
TARGET="${_TARGET}"
|
||||
JAILS="${_TARGET}"
|
||||
export TARGET
|
||||
export JAILS
|
||||
@@ -385,4 +385,4 @@ checkyesno() {
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user