From 5b2203783fb3eab3421d2196b6d8600cb8420481 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 20 Jun 2023 19:59:36 +0000 Subject: [PATCH] Cleaned up SERVICES array --- lib/functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index 87169ce..ea81347 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -2,7 +2,6 @@ # Define all services SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "matrix" "element" "listmonk" "vaultwarden" "panel" "wireguard" "jitsi" "baserow" "gitea" "caddy") -#SERVICES=("nextcloud") fail() { echo -ne "FAILED\n\n$1\n\n"