We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e12491 + ba1f1d7 commit 3c2deeaCopy full SHA for 3c2deea
scripts/jexec.sh
@@ -45,7 +45,7 @@ get_backend() {
45
JAIL_PATH=$(jls -j ${JNAME} path)
46
if [ "${JAIL_PATH}" = "${BASE_WORKDIR}/${JNAME}" ]; then
47
echo "base"
48
- elif [ "${JAIL_PATH}" = "${CBSD_WORKDIR}/${JNAME}" ]; then
+ elif [ "${JAIL_PATH}" = "${CBSD_WORKDIR}/jails/${JNAME}" ]; then
49
echo "cbsd"
50
else
51
echo "Unsupported jail backend" >&2
0 commit comments