Update caddy-jail.sh

Fix #1
master
danb35 2020-12-29 19:45:49 -05:00 committed by GitHub
parent e90607884c
commit ac40eef195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ fi
INCLUDES_PATH="${SCRIPTPATH}"/includes
JAILS_MOUNT=$(zfs get -H -o value mountpoint $(iocage get -p)/iocage)
RELEASE=$(freebsd-version | sed "s/STABLE/RELEASE/g" | sed "s/-p[0-9]*//")
RELEASE=$(freebsd-version | cut -d - -f -1)"-RELEASE"
# Check that necessary variables were set by nextcloud-config
if [ -z "${JAIL_IP}" ]; then