forked from Lainports/opnsense-ports
11 lines
366 B
Text
11 lines
366 B
Text
--- sudoexec/jstart.orig 2020-03-14 23:20:21 UTC
|
|
+++ sudoexec/jstart
|
|
@@ -556,7 +556,7 @@ if [ "${ver}" = "empty" ]; then
|
|
exec_start="${jailsysdir}/${jname}/run.sh"
|
|
else
|
|
[ ! -d "${data}/var/cache/pkg" ] && ${MKDIR_CMD} -p "${data}/var/cache/pkg"
|
|
- exec_start=""
|
|
+ #exec_start=""
|
|
fi
|
|
|
|
#determine that jail is FreeBSD. Useful for vnet operation in makejconf and
|