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 7255389e7..a9b1d654d 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 5483076f2..ff89f394a 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 50ddd2b7e..9bfefa5d8 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 7efa5a965..516dcb11c 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 b2d8d8945..c00752566 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 9eace3c69..f44e350b5 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 5ed5886ba..1893c29bb 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 e54c59afb..3d4387416 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 06d532e0d..eeece3f70 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 9b8f137c6..f755ee249 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 ac5fb6864..5f6dc1827 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 adc7d0c3a..2e100e695 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 c0b801b8b..4ab0b95ef 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 e97af3d93..2d68c82ef 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 5db164871..23f9be1ef 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 7259e0242..42edfccf0 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 fb3aa3f6c..6b034fb23 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 4d9fc8a59..5a697f432 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 3357d5c01..b5728a0e1 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 fc40ecfb7..f437089b8 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 c5cacfdef..02acf365d 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 30b211dc7..bdddfc634 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 b03095b5d..eaa3cb625 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 dd10e0260..bf576ece9 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 a24cedc25..480b4529f 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 245bd0e82..bbc02657b 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 1d7050812..7a49b2bf4 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 039e5f494..bcbc59a08 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 a3b29936a..b63fa1ba3 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 2f7ca498e..e94cf63f9 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 6a5c16a1a..5ba683a22 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 816f8cb9d..beed903fb 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 aeda75c56..a68174afc 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 772a92124..ebf035afb 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 aa13e0b2c..d5432e0a6 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 9a5d9ee63..401b5a8a2 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 af31077f9..26382ab0a 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 0abaf0de2..ce3b0d83d 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"