Update caddy-jail.sh
parent
df1be0d769
commit
e6bdf367a1
|
@ -31,6 +31,12 @@ INCLUDES_PATH="${SCRIPTPATH}"/includes
|
|||
|
||||
RELEASE=$(freebsd-version | sed "s/STABLE/RELEASE/g" | sed "s/-p[0-9]*//")
|
||||
|
||||
# Check for nextcloud-config and set configuration
|
||||
if ! [ -e "${SCRIPTPATH}"/nextcloud-config ]; then
|
||||
echo "${SCRIPTPATH}/nextcloud-config must exist."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#####
|
||||
#
|
||||
# Jail Creation
|
||||
|
|
Loading…
Reference in New Issue