passthrough ok
This commit is contained in:
@@ -59,7 +59,7 @@ function create() {
|
||||
packages_string=$(join ', ' "${packages[@]}")
|
||||
|
||||
timezone=$(cat /etc/timezone)
|
||||
debian_repo=$(cat /etc/apt/sources.list | head -n1 | cut -d '/' -f3)
|
||||
debian_repo=$(grep ^deb /etc/apt/sources.list | head -n1 | cut -d '/' -f3)
|
||||
|
||||
user_data="$(
|
||||
cat <<EOF
|
||||
|
||||
+7
-9
@@ -463,23 +463,21 @@ if containsElement options "config"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
DMZ_CONTAINER=$(get_unique_container_dmz)
|
||||
DMZ_IP=$(get_dmz_ip)
|
||||
readonly DMZ_IP DMZ_CONTAINER
|
||||
|
||||
if check_expand_conf; then
|
||||
archive_allconf
|
||||
expand_conf
|
||||
check_resolv_conf
|
||||
build_nftables
|
||||
prepare_containers
|
||||
|
||||
DMZ_CONTAINER=$(get_unique_container_dmz)
|
||||
readonly DMZ_CONTAINER
|
||||
build_services
|
||||
|
||||
DMZ_IP=$(get_dmz_ip)
|
||||
readonly DMZ_IP
|
||||
build_dmz_reverseproxy
|
||||
|
||||
build_routes
|
||||
build_monit
|
||||
|
||||
else
|
||||
build_routes
|
||||
monit_show
|
||||
fi
|
||||
monit_show
|
||||
|
||||
Reference in New Issue
Block a user