mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-06 04:34:19 +01:00
Fix bug preventing commands against stopped jails.
This commit is contained in:
@@ -154,7 +154,7 @@ clone|cmd|console|convert|cp|edit|export|htop|limits|mount|pkg|rename|service|st
|
||||
fi
|
||||
done
|
||||
else
|
||||
JAILS=$(jls name | awk "/^${TARGET}$/")
|
||||
JAILS="${TARGET}"
|
||||
|
||||
# Ensure the target exists. -- cwells
|
||||
if [ ! -d "${bastille_jailsdir}/${TARGET}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user