Skip to content

Commit

Permalink
accidentally the jail name in run test
Browse files Browse the repository at this point in the history
  • Loading branch information
cedwards committed Dec 23, 2021
1 parent 7558fd4 commit c825f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/bin/bastille
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ clone|config|cmd|console|convert|cp|edit|htop|limits|mount|pkg|rename|service|st
shift

# Require the target to be running
if [ ! "$(/usr/sbin/jls | awk "/^${TARGET}$/")" ]; then
if [ ! "$(/usr/sbin/jls name | awk "/^${TARGET}$/")" ]; then
error_exit "[${TARGET}]: Not started. See 'bastille start ${TARGET}'."
fi
elif [ "${CMD}" = 'template' ] && [ "${TARGET}" = '--convert' ]; then
Expand Down

0 comments on commit c825f0c

Please sign in to comment.