From 3a6d7cb0cb6de3d8c9d3d6aa5ea8b8f2e78a9f9d Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 6 Jan 2023 01:17:13 -0500 Subject: [PATCH] small tweak --- ct/adguard-v5.sh | 2 ++ ct/debian-v5.sh | 2 ++ ct/docker-v5.sh | 2 ++ ct/emqx-v5.sh | 2 ++ ct/esphome-v5.sh | 2 ++ ct/grafana-v5.sh | 2 ++ ct/heimdalldashboard-v5.sh | 2 ++ ct/homeassistant-v5.sh | 2 ++ ct/jellyfin-v5.sh | 2 ++ ct/mqtt-v5.sh | 2 ++ ct/nginxproxymanager-v5.sh | 2 ++ ct/nocodb-v5.sh | 2 ++ ct/node-red-v5.sh | 2 ++ ct/omada-v5.sh | 2 ++ ct/omv-v5.sh | 2 ++ ct/openhab-v5.sh | 2 ++ ct/paperless-ngx-v5.sh | 2 ++ ct/photoprism-v5.sh | 2 ++ ct/pihole-v5.sh | 2 ++ ct/plex-v5.sh | 2 ++ ct/postgresql-v5.sh | 2 ++ ct/prometheus-v5.sh | 2 ++ ct/scrypted-v5.sh | 2 ++ ct/shinobi-v5.sh | 2 ++ ct/syncthing-v5.sh | 2 ++ ct/technitiumdns-v5.sh | 2 ++ ct/trilium-v5.sh | 2 ++ ct/ubuntu-v5.sh | 2 ++ ct/umbrel-v5.sh | 2 ++ ct/unifi-v5.sh | 2 ++ ct/uptimekuma-v5.sh | 2 ++ ct/vaultwarden-v5.sh | 2 ++ ct/whoogle-v5.sh | 2 ++ ct/wikijs-v5.sh | 2 ++ ct/wireguard-v5.sh | 2 ++ ct/yunohost-v5.sh | 2 ++ ct/zigbee2mqtt-v5.sh | 2 ++ ct/zwave-js-ui-v5.sh | 2 ++ 38 files changed, 76 insertions(+) diff --git a/ct/adguard-v5.sh b/ct/adguard-v5.sh index 7255389e..a9b1d654 100644 --- a/ct/adguard-v5.sh +++ b/ct/adguard-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Adguard" var_disk="2" diff --git a/ct/debian-v5.sh b/ct/debian-v5.sh index 5483076f..ff89f394 100644 --- a/ct/debian-v5.sh +++ b/ct/debian-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Debian" var_disk="2" diff --git a/ct/docker-v5.sh b/ct/docker-v5.sh index 50ddd2b7..9bfefa5d 100644 --- a/ct/docker-v5.sh +++ b/ct/docker-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Docker" var_disk="4" diff --git a/ct/emqx-v5.sh b/ct/emqx-v5.sh index 7efa5a96..516dcb11 100644 --- a/ct/emqx-v5.sh +++ b/ct/emqx-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="EMQX" var_disk="4" diff --git a/ct/esphome-v5.sh b/ct/esphome-v5.sh index b2d8d894..c0075256 100644 --- a/ct/esphome-v5.sh +++ b/ct/esphome-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="ESPHome" var_disk="4" diff --git a/ct/grafana-v5.sh b/ct/grafana-v5.sh index 9eace3c6..f44e350b 100644 --- a/ct/grafana-v5.sh +++ b/ct/grafana-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Grafana" var_disk="2" diff --git a/ct/heimdalldashboard-v5.sh b/ct/heimdalldashboard-v5.sh index 5ed5886b..1893c29b 100644 --- a/ct/heimdalldashboard-v5.sh +++ b/ct/heimdalldashboard-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Heimdall Dashboard" var_disk="2" diff --git a/ct/homeassistant-v5.sh b/ct/homeassistant-v5.sh index e54c59af..3d438741 100644 --- a/ct/homeassistant-v5.sh +++ b/ct/homeassistant-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Home Assistant" var_disk="16" diff --git a/ct/jellyfin-v5.sh b/ct/jellyfin-v5.sh index 06d532e0..eeece3f7 100644 --- a/ct/jellyfin-v5.sh +++ b/ct/jellyfin-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Jellyfin" var_disk="8" diff --git a/ct/mqtt-v5.sh b/ct/mqtt-v5.sh index 9b8f137c..f755ee24 100644 --- a/ct/mqtt-v5.sh +++ b/ct/mqtt-v5.sh @@ -9,6 +9,8 @@ cat <<"EOF" EOF } +clear +header_info echo -e "Loading..." APP="MQTT" var_disk="2" diff --git a/ct/nginxproxymanager-v5.sh b/ct/nginxproxymanager-v5.sh index ac5fb686..5f6dc182 100644 --- a/ct/nginxproxymanager-v5.sh +++ b/ct/nginxproxymanager-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Nginx Proxy Manager" var_disk="4" diff --git a/ct/nocodb-v5.sh b/ct/nocodb-v5.sh index adc7d0c3..2e100e69 100644 --- a/ct/nocodb-v5.sh +++ b/ct/nocodb-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="NocoDB" var_disk="4" diff --git a/ct/node-red-v5.sh b/ct/node-red-v5.sh index c0b801b8..4ab0b95e 100644 --- a/ct/node-red-v5.sh +++ b/ct/node-red-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Node-Red" var_disk="4" diff --git a/ct/omada-v5.sh b/ct/omada-v5.sh index e97af3d9..2d68c82e 100644 --- a/ct/omada-v5.sh +++ b/ct/omada-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Omada" var_disk="8" diff --git a/ct/omv-v5.sh b/ct/omv-v5.sh index 5db16487..23f9be1e 100644 --- a/ct/omv-v5.sh +++ b/ct/omv-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="OMV" var_disk="4" diff --git a/ct/openhab-v5.sh b/ct/openhab-v5.sh index 7259e024..42edfccf 100644 --- a/ct/openhab-v5.sh +++ b/ct/openhab-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="openHAB" var_disk="8" diff --git a/ct/paperless-ngx-v5.sh b/ct/paperless-ngx-v5.sh index fb3aa3f6..6b034fb2 100644 --- a/ct/paperless-ngx-v5.sh +++ b/ct/paperless-ngx-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Paperless-ngx" var_disk="4" diff --git a/ct/photoprism-v5.sh b/ct/photoprism-v5.sh index 4d9fc8a5..5a697f43 100644 --- a/ct/photoprism-v5.sh +++ b/ct/photoprism-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="PhotoPrism" var_disk="8" diff --git a/ct/pihole-v5.sh b/ct/pihole-v5.sh index 3357d5c0..b5728a0e 100644 --- a/ct/pihole-v5.sh +++ b/ct/pihole-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Pihole" var_disk="2" diff --git a/ct/plex-v5.sh b/ct/plex-v5.sh index fc40ecfb..f437089b 100644 --- a/ct/plex-v5.sh +++ b/ct/plex-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Plex" var_disk="8" diff --git a/ct/postgresql-v5.sh b/ct/postgresql-v5.sh index c5cacfde..02acf365 100644 --- a/ct/postgresql-v5.sh +++ b/ct/postgresql-v5.sh @@ -9,6 +9,8 @@ function header_info { /____/ EOF } +clear +header_info echo -e "Loading..." APP="PostgreSQL" var_disk="4" diff --git a/ct/prometheus-v5.sh b/ct/prometheus-v5.sh index 30b211dc..bdddfc63 100644 --- a/ct/prometheus-v5.sh +++ b/ct/prometheus-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Prometheus" var_disk="4" diff --git a/ct/scrypted-v5.sh b/ct/scrypted-v5.sh index b03095b5..eaa3cb62 100644 --- a/ct/scrypted-v5.sh +++ b/ct/scrypted-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Scrypted" var_disk="8" diff --git a/ct/shinobi-v5.sh b/ct/shinobi-v5.sh index dd10e026..bf576ece 100644 --- a/ct/shinobi-v5.sh +++ b/ct/shinobi-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Shinobi" var_disk="8" diff --git a/ct/syncthing-v5.sh b/ct/syncthing-v5.sh index a24cedc2..480b4529 100644 --- a/ct/syncthing-v5.sh +++ b/ct/syncthing-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Syncthing" var_disk="8" diff --git a/ct/technitiumdns-v5.sh b/ct/technitiumdns-v5.sh index 245bd0e8..bbc02657 100644 --- a/ct/technitiumdns-v5.sh +++ b/ct/technitiumdns-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Technitium DNS" var_disk="2" diff --git a/ct/trilium-v5.sh b/ct/trilium-v5.sh index 1d705081..7a49b2bf 100644 --- a/ct/trilium-v5.sh +++ b/ct/trilium-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Trilium" var_disk="2" diff --git a/ct/ubuntu-v5.sh b/ct/ubuntu-v5.sh index 039e5f49..bcbc59a0 100644 --- a/ct/ubuntu-v5.sh +++ b/ct/ubuntu-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Ubuntu" var_disk="2" diff --git a/ct/umbrel-v5.sh b/ct/umbrel-v5.sh index a3b29936..b63fa1ba 100644 --- a/ct/umbrel-v5.sh +++ b/ct/umbrel-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Umbrel" var_disk="8" diff --git a/ct/unifi-v5.sh b/ct/unifi-v5.sh index 2f7ca498..e94cf63f 100644 --- a/ct/unifi-v5.sh +++ b/ct/unifi-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Unifi" var_disk="8" diff --git a/ct/uptimekuma-v5.sh b/ct/uptimekuma-v5.sh index 6a5c16a1..5ba683a2 100644 --- a/ct/uptimekuma-v5.sh +++ b/ct/uptimekuma-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Uptime Kuma" var_disk="4" diff --git a/ct/vaultwarden-v5.sh b/ct/vaultwarden-v5.sh index 816f8cb9..beed903f 100644 --- a/ct/vaultwarden-v5.sh +++ b/ct/vaultwarden-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Vaultwarden" var_disk="6" diff --git a/ct/whoogle-v5.sh b/ct/whoogle-v5.sh index aeda75c5..a68174af 100644 --- a/ct/whoogle-v5.sh +++ b/ct/whoogle-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Whoogle" var_disk="2" diff --git a/ct/wikijs-v5.sh b/ct/wikijs-v5.sh index 772a9212..ebf035af 100644 --- a/ct/wikijs-v5.sh +++ b/ct/wikijs-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Wikijs" var_disk="2" diff --git a/ct/wireguard-v5.sh b/ct/wireguard-v5.sh index aa13e0b2..d5432e0a 100644 --- a/ct/wireguard-v5.sh +++ b/ct/wireguard-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Wireguard" var_disk="2" diff --git a/ct/yunohost-v5.sh b/ct/yunohost-v5.sh index 9a5d9ee6..401b5a8a 100644 --- a/ct/yunohost-v5.sh +++ b/ct/yunohost-v5.sh @@ -9,6 +9,8 @@ __ __ __ __ __ EOF } +clear +header_info echo -e "Loading..." APP="YunoHost" var_disk="20" diff --git a/ct/zigbee2mqtt-v5.sh b/ct/zigbee2mqtt-v5.sh index af31077f..26382ab0 100644 --- a/ct/zigbee2mqtt-v5.sh +++ b/ct/zigbee2mqtt-v5.sh @@ -10,6 +10,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Zigbee2MQTT" var_disk="4" diff --git a/ct/zwave-js-ui-v5.sh b/ct/zwave-js-ui-v5.sh index 0abaf0de..ce3b0d83 100644 --- a/ct/zwave-js-ui-v5.sh +++ b/ct/zwave-js-ui-v5.sh @@ -9,6 +9,8 @@ function header_info { EOF } +clear +header_info echo -e "Loading..." APP="Zwave-JS-UI" var_disk="4"