From 822bd2b1d4469df4b29479797df7f48bfb3b007b Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 11 Feb 2023 23:13:14 -0500 Subject: [PATCH] part 3 --- ct/adguard-v5.sh | 6 ------ ct/alpine-v5.sh | 8 -------- ct/archlinux-v5.sh | 8 -------- ct/audiobookshelf-v5.sh | 4 ---- ct/autobrr-v5.sh | 7 ------- ct/blocky-v5.sh | 8 -------- ct/casaos-v5.sh | 8 -------- ct/changedetection-v5.sh | 8 -------- ct/daemonsync-v5.sh | 8 -------- ct/dashy-v5.sh | 8 -------- ct/debian-v5.sh | 4 ---- ct/deconz-v5.sh | 8 -------- ct/deluge-v5.sh | 4 ---- ct/devuan-v5.sh | 4 ---- ct/emby-v5.sh | 8 -------- ct/emqx-v5.sh | 8 -------- ct/esphome-v5.sh | 8 -------- ct/grafana-v5.sh | 8 -------- ct/grocy-v5.sh | 8 -------- ct/heimdalldashboard-v5.sh | 8 -------- ct/homebridge-v5.sh | 8 -------- ct/homepage-v5.sh | 8 -------- ct/homer-v5.sh | 4 ---- ct/hyperion-v5.sh | 8 -------- ct/influxdb-v5.sh | 8 -------- ct/iobroker-v5.sh | 8 -------- ct/jellyfin-v5.sh | 8 -------- ct/k0s-v5.sh | 8 -------- ct/kavita-v5.sh | 7 ------- ct/keycloak-v5.sh | 8 -------- ct/lidarr-v5.sh | 4 ---- ct/magicmirror-v5.sh | 8 -------- ct/mariadb-v5.sh | 8 -------- ct/meshcentral-v5.sh | 8 -------- ct/motioneye-v5.sh | 8 -------- ct/mqtt-v5.sh | 6 ------ ct/n8n-v5.sh | 8 -------- ct/navidrome-v5.sh | 8 -------- ct/nextcloudpi-v5.sh | 8 -------- ct/nginxproxymanager-v5.sh | 8 -------- ct/nocodb-v5.sh | 8 -------- ct/omada-v5.sh | 8 -------- ct/omv-v5.sh | 8 -------- ct/openhab-v5.sh | 8 -------- ct/pihole-v5.sh | 8 -------- ct/plex-v5.sh | 8 -------- ct/podman-homeassistant-v5.sh | 8 -------- ct/podman-v5.sh | 8 -------- ct/postgresql-v5.sh | 8 -------- ct/prometheus-v5.sh | 8 -------- ct/prowlarr-v5.sh | 4 ---- ct/radarr-v5.sh | 4 ---- ct/readarr-v5.sh | 4 ---- ct/rockylinux-v5.sh | 8 -------- ct/sabnzbd-v5.sh | 4 ---- ct/scrypted-v5.sh | 8 -------- ct/shinobi-v5.sh | 8 -------- ct/sonarr-v5.sh | 4 ---- ct/syncthing-v5.sh | 8 -------- ct/tdarr-v5.sh | 4 ---- ct/technitiumdns-v5.sh | 8 -------- ct/transmission-v5.sh | 4 ---- ct/trilium-v5.sh | 8 -------- ct/ubuntu-v5.sh | 4 ---- ct/umbrel-v5.sh | 8 -------- ct/unifi-v5.sh | 8 -------- ct/uptimekuma-v5.sh | 8 -------- ct/whisparr-v5.sh | 4 ---- ct/whoogle-v5.sh | 8 -------- ct/wikijs-v5.sh | 8 -------- ct/yunohost-v5.sh | 4 ---- ct/zigbee2mqtt-v5.sh | 8 -------- ct/zwave-js-ui-v5.sh | 8 -------- 73 files changed, 514 deletions(-) diff --git a/ct/adguard-v5.sh b/ct/adguard-v5.sh index a78a8758..7b98d0a6 100644 --- a/ct/adguard-v5.sh +++ b/ct/adguard-v5.sh @@ -83,12 +83,6 @@ function ARCH_CHECK() { fi } -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/AdGuardHome ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/alpine-v5.sh b/ct/alpine-v5.sh index b4db6976..bc58981c 100644 --- a/ct/alpine-v5.sh +++ b/ct/alpine-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/alpine-release ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/archlinux-v5.sh b/ct/archlinux-v5.sh index e847ecd9..9ff297ac 100644 --- a/ct/archlinux-v5.sh +++ b/ct/archlinux-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /etc/pacman.d ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/audiobookshelf-v5.sh b/ct/audiobookshelf-v5.sh index f221eb16..416319f7 100644 --- a/ct/audiobookshelf-v5.sh +++ b/ct/audiobookshelf-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" CT_TYPE="0" diff --git a/ct/autobrr-v5.sh b/ct/autobrr-v5.sh index e4509a6f..3c868df6 100644 --- a/ct/autobrr-v5.sh +++ b/ct/autobrr-v5.sh @@ -82,13 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /root/.config/autobrr ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/blocky-v5.sh b/ct/blocky-v5.sh index 768a2536..8d265d3f 100644 --- a/ct/blocky-v5.sh +++ b/ct/blocky-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/blocky/ ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/casaos-v5.sh b/ct/casaos-v5.sh index 66a1c09e..804c7a7c 100644 --- a/ct/casaos-v5.sh +++ b/ct/casaos-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /etc/docker ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/changedetection-v5.sh b/ct/changedetection-v5.sh index dfc882f5..70bdcc83 100644 --- a/ct/changedetection-v5.sh +++ b/ct/changedetection-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/changedetection.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/daemonsync-v5.sh b/ct/daemonsync-v5.sh index a3c1247c..7a98b41b 100644 --- a/ct/daemonsync-v5.sh +++ b/ct/daemonsync-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /etc/daemonsync ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/dashy-v5.sh b/ct/dashy-v5.sh index ce600dee..a45cc588 100644 --- a/ct/dashy-v5.sh +++ b/ct/dashy-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/dashy.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/debian-v5.sh b/ct/debian-v5.sh index 5bff7117..886da436 100644 --- a/ct/debian-v5.sh +++ b/ct/debian-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/deconz-v5.sh b/ct/deconz-v5.sh index 0e54b43b..34606aff 100644 --- a/ct/deconz-v5.sh +++ b/ct/deconz-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/deconz.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" diff --git a/ct/deluge-v5.sh b/ct/deluge-v5.sh index 434e9840..6ebf5362 100644 --- a/ct/deluge-v5.sh +++ b/ct/deluge-v5.sh @@ -83,10 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/devuan-v5.sh b/ct/devuan-v5.sh index 5736557c..8f501f8a 100644 --- a/ct/devuan-v5.sh +++ b/ct/devuan-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/emby-v5.sh b/ct/emby-v5.sh index 85d61db9..61440e72 100644 --- a/ct/emby-v5.sh +++ b/ct/emby-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/emby-server ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" diff --git a/ct/emqx-v5.sh b/ct/emqx-v5.sh index f9809dc4..4b22803b 100644 --- a/ct/emqx-v5.sh +++ b/ct/emqx-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/esphome-v5.sh b/ct/esphome-v5.sh index 4d04e9cb..1b44df3a 100644 --- a/ct/esphome-v5.sh +++ b/ct/esphome-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /usr/local/bin/esphome ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/grafana-v5.sh b/ct/grafana-v5.sh index 6412d66c..59e338fd 100644 --- a/ct/grafana-v5.sh +++ b/ct/grafana-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/grafana.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/grocy-v5.sh b/ct/grocy-v5.sh index a4588ff3..32111587 100644 --- a/ct/grocy-v5.sh +++ b/ct/grocy-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apache2/sites-available/grocy.conf ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/heimdalldashboard-v5.sh b/ct/heimdalldashboard-v5.sh index 0bc527bc..191cd518 100644 --- a/ct/heimdalldashboard-v5.sh +++ b/ct/heimdalldashboard-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/Heimdall ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/homebridge-v5.sh b/ct/homebridge-v5.sh index d3db5a14..9a986b00 100644 --- a/ct/homebridge-v5.sh +++ b/ct/homebridge-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/emqx_emqx.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/homepage-v5.sh b/ct/homepage-v5.sh index 591df49e..5247c761 100644 --- a/ct/homepage-v5.sh +++ b/ct/homepage-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/homepage.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/homer-v5.sh b/ct/homer-v5.sh index a4f3e74e..2860c861 100644 --- a/ct/homer-v5.sh +++ b/ct/homer-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/hyperion-v5.sh b/ct/hyperion-v5.sh index 25222a5d..6e28efd4 100644 --- a/ct/hyperion-v5.sh +++ b/ct/hyperion-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/hyperion.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" CT_TYPE="0" diff --git a/ct/influxdb-v5.sh b/ct/influxdb-v5.sh index 25de5e9a..3b4a9cae 100644 --- a/ct/influxdb-v5.sh +++ b/ct/influxdb-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/influxdb.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/iobroker-v5.sh b/ct/iobroker-v5.sh index 0b69e09c..5c236d95 100644 --- a/ct/iobroker-v5.sh +++ b/ct/iobroker-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/iobroker ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/jellyfin-v5.sh b/ct/jellyfin-v5.sh index 7d97bfb4..c9d4435a 100644 --- a/ct/jellyfin-v5.sh +++ b/ct/jellyfin-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /usr/lib/jellyfin ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" diff --git a/ct/k0s-v5.sh b/ct/k0s-v5.sh index 74a25d54..a1953d12 100644 --- a/ct/k0s-v5.sh +++ b/ct/k0s-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/k0s/k0s.yaml ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/kavita-v5.sh b/ct/kavita-v5.sh index 68e51220..700e3077 100644 --- a/ct/kavita-v5.sh +++ b/ct/kavita-v5.sh @@ -82,13 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/Kavita ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/keycloak-v5.sh b/ct/keycloak-v5.sh index 558131d9..7b573ce1 100644 --- a/ct/keycloak-v5.sh +++ b/ct/keycloak-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/keycloak.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/lidarr-v5.sh b/ct/lidarr-v5.sh index b3cbda64..8c83b56c 100644 --- a/ct/lidarr-v5.sh +++ b/ct/lidarr-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/magicmirror-v5.sh b/ct/magicmirror-v5.sh index ad5676ea..18eb9a8b 100644 --- a/ct/magicmirror-v5.sh +++ b/ct/magicmirror-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/magicmirror ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/mariadb-v5.sh b/ct/mariadb-v5.sh index 4749edfb..165bb39d 100644 --- a/ct/mariadb-v5.sh +++ b/ct/mariadb-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/mariadb.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/meshcentral-v5.sh b/ct/meshcentral-v5.sh index 63bbc886..2fa2b28f 100644 --- a/ct/meshcentral-v5.sh +++ b/ct/meshcentral-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/meshcentral ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/motioneye-v5.sh b/ct/motioneye-v5.sh index 97c1011e..00cfbf69 100644 --- a/ct/motioneye-v5.sh +++ b/ct/motioneye-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/motioneye.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/mqtt-v5.sh b/ct/mqtt-v5.sh index ec5a154c..ed43bc9d 100644 --- a/ct/mqtt-v5.sh +++ b/ct/mqtt-v5.sh @@ -81,12 +81,6 @@ function ARCH_CHECK() { fi } -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/mosquitto-bullseye.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/n8n-v5.sh b/ct/n8n-v5.sh index 314b7a2d..d6e57181 100644 --- a/ct/n8n-v5.sh +++ b/ct/n8n-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/n8n.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/navidrome-v5.sh b/ct/navidrome-v5.sh index 81bbf095..385d71ef 100644 --- a/ct/navidrome-v5.sh +++ b/ct/navidrome-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/navidrome ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/nextcloudpi-v5.sh b/ct/nextcloudpi-v5.sh index cb8ea641..c491940e 100644 --- a/ct/nextcloudpi-v5.sh +++ b/ct/nextcloudpi-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /lib/systemd/system/nextcloud-domain.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" CT_TYPE="0" diff --git a/ct/nginxproxymanager-v5.sh b/ct/nginxproxymanager-v5.sh index 67184576..00143d66 100644 --- a/ct/nginxproxymanager-v5.sh +++ b/ct/nginxproxymanager-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /lib/systemd/system/npm.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/nocodb-v5.sh b/ct/nocodb-v5.sh index 418c8fed..f016898b 100644 --- a/ct/nocodb-v5.sh +++ b/ct/nocodb-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/nocodb.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/omada-v5.sh b/ct/omada-v5.sh index 642a5ceb..1d1442a0 100644 --- a/ct/omada-v5.sh +++ b/ct/omada-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/tplink ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" diff --git a/ct/omv-v5.sh b/ct/omv-v5.sh index 8d65089a..f99c4b1c 100644 --- a/ct/omv-v5.sh +++ b/ct/omv-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/openmediavault.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" CT_TYPE="0" diff --git a/ct/openhab-v5.sh b/ct/openhab-v5.sh index 0aa208be..3ac94e06 100644 --- a/ct/openhab-v5.sh +++ b/ct/openhab-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/openhab.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/pihole-v5.sh b/ct/pihole-v5.sh index 2471f8d4..713d976f 100644 --- a/ct/pihole-v5.sh +++ b/ct/pihole-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /etc/pihole ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/plex-v5.sh b/ct/plex-v5.sh index c0c53481..cabf37a3 100644 --- a/ct/plex-v5.sh +++ b/ct/plex-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" diff --git a/ct/podman-homeassistant-v5.sh b/ct/podman-homeassistant-v5.sh index 32957a0b..f5769f5e 100644 --- a/ct/podman-homeassistant-v5.sh +++ b/ct/podman-homeassistant-v5.sh @@ -86,14 +86,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/homeassistant.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/podman-v5.sh b/ct/podman-v5.sh index 8f6b4b9d..66624fb6 100644 --- a/ct/podman-v5.sh +++ b/ct/podman-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/containers/registries.conf ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/postgresql-v5.sh b/ct/postgresql-v5.sh index 55d3739e..ea5e0582 100644 --- a/ct/postgresql-v5.sh +++ b/ct/postgresql-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/pgdg.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/prometheus-v5.sh b/ct/prometheus-v5.sh index d65c1d3a..71c677ad 100644 --- a/ct/prometheus-v5.sh +++ b/ct/prometheus-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/prometheus.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/prowlarr-v5.sh b/ct/prowlarr-v5.sh index cf22371c..5412e859 100644 --- a/ct/prowlarr-v5.sh +++ b/ct/prowlarr-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/radarr-v5.sh b/ct/radarr-v5.sh index d0ac7a89..a83186d1 100644 --- a/ct/radarr-v5.sh +++ b/ct/radarr-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/readarr-v5.sh b/ct/readarr-v5.sh index 7c09e2c8..5ad6b30b 100644 --- a/ct/readarr-v5.sh +++ b/ct/readarr-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/rockylinux-v5.sh b/ct/rockylinux-v5.sh index 61447e19..e843e945 100644 --- a/ct/rockylinux-v5.sh +++ b/ct/rockylinux-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /etc/pacman.d ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/sabnzbd-v5.sh b/ct/sabnzbd-v5.sh index 6aae3d0a..f8eb8082 100644 --- a/ct/sabnzbd-v5.sh +++ b/ct/sabnzbd-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/scrypted-v5.sh b/ct/scrypted-v5.sh index c0288942..492d8b74 100644 --- a/ct/scrypted-v5.sh +++ b/ct/scrypted-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/systemd/system/scrypted.service ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/shinobi-v5.sh b/ct/shinobi-v5.sh index 2a055c34..98b287e8 100644 --- a/ct/shinobi-v5.sh +++ b/ct/shinobi-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/Shinobi ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" diff --git a/ct/sonarr-v5.sh b/ct/sonarr-v5.sh index b66a7a3e..5ed84cdc 100644 --- a/ct/sonarr-v5.sh +++ b/ct/sonarr-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/syncthing-v5.sh b/ct/syncthing-v5.sh index c117c152..77866ee3 100644 --- a/ct/syncthing-v5.sh +++ b/ct/syncthing-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /etc/apt/sources.list.d/syncthing.list ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/tdarr-v5.sh b/ct/tdarr-v5.sh index 97ec776f..0ade28b0 100644 --- a/ct/tdarr-v5.sh +++ b/ct/tdarr-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/technitiumdns-v5.sh b/ct/technitiumdns-v5.sh index 03af5048..2f28a2a3 100644 --- a/ct/technitiumdns-v5.sh +++ b/ct/technitiumdns-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /etc/dns ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/transmission-v5.sh b/ct/transmission-v5.sh index 9d05d069..e70d05b5 100644 --- a/ct/transmission-v5.sh +++ b/ct/transmission-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/trilium-v5.sh b/ct/trilium-v5.sh index 7f35ba6a..09a3eb03 100644 --- a/ct/trilium-v5.sh +++ b/ct/trilium-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/trilium/ ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/ubuntu-v5.sh b/ct/ubuntu-v5.sh index b63b3b44..37cf8035 100644 --- a/ct/ubuntu-v5.sh +++ b/ct/ubuntu-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using ${var_os} Version: ${BGN}${var_version}${CL}" echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" diff --git a/ct/umbrel-v5.sh b/ct/umbrel-v5.sh index afbf6e89..6fd27f6b 100644 --- a/ct/umbrel-v5.sh +++ b/ct/umbrel-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /root/umbrel ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/unifi-v5.sh b/ct/unifi-v5.sh index b5c8c065..d16b1378 100644 --- a/ct/unifi-v5.sh +++ b/ct/unifi-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /usr/lib/unifi ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/uptimekuma-v5.sh b/ct/uptimekuma-v5.sh index 776fe918..85759ad9 100644 --- a/ct/uptimekuma-v5.sh +++ b/ct/uptimekuma-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/uptime-kuma ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/whisparr-v5.sh b/ct/whisparr-v5.sh index af053e2b..94a546e1 100644 --- a/ct/whisparr-v5.sh +++ b/ct/whisparr-v5.sh @@ -83,10 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/whoogle-v5.sh b/ct/whoogle-v5.sh index 33714de5..50a34253 100644 --- a/ct/whoogle-v5.sh +++ b/ct/whoogle-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -f /usr/local/bin/whoogle-search ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/wikijs-v5.sh b/ct/wikijs-v5.sh index cfeb34d5..1f353641 100644 --- a/ct/wikijs-v5.sh +++ b/ct/wikijs-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/wikijs ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/yunohost-v5.sh b/ct/yunohost-v5.sh index b979a19f..eddf4982 100644 --- a/ct/yunohost-v5.sh +++ b/ct/yunohost-v5.sh @@ -82,10 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" CT_TYPE="1" diff --git a/ct/zigbee2mqtt-v5.sh b/ct/zigbee2mqtt-v5.sh index 9bdbf0c9..fb5545a2 100644 --- a/ct/zigbee2mqtt-v5.sh +++ b/ct/zigbee2mqtt-v5.sh @@ -83,14 +83,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/zigbee2mqtt ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" CT_TYPE="0" diff --git a/ct/zwave-js-ui-v5.sh b/ct/zwave-js-ui-v5.sh index 05454dc3..988464ad 100644 --- a/ct/zwave-js-ui-v5.sh +++ b/ct/zwave-js-ui-v5.sh @@ -82,14 +82,6 @@ function ARCH_CHECK() { fi } - -if ! command -v pveversion >/dev/null 2>&1; then - if [[ ! -d /opt/zwave-js-ui ]]; then - msg_error "No ${APP} Installation Found!"; - exit - fi - - function default_settings() { echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" CT_TYPE="0"