From c44ab752e4e243ba75e78a1e42b15a0aab39aea9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 18 Apr 2023 07:40:03 -0400 Subject: [PATCH] grammar --- ct/adguard.sh | 2 +- ct/archlinux.sh | 2 +- ct/autobrr.sh | 2 +- ct/changedetection.sh | 3 +-- ct/dashy.sh | 2 +- ct/emby.sh | 2 +- ct/esphome.sh | 2 +- ct/grafana.sh | 3 +-- ct/grocy.sh | 3 +-- ct/heimdalldashboard.sh | 2 +- ct/homebridge.sh | 3 +-- ct/homepage.sh | 2 +- ct/homer.sh | 2 +- ct/hyperion.sh | 3 +-- ct/influxdb.sh | 3 +-- ct/iobroker.sh | 3 +-- ct/k0s.sh | 3 +-- ct/keycloak.sh | 3 +-- ct/magicmirror.sh | 3 +-- ct/mariadb.sh | 3 +-- ct/meshcentral.sh | 3 +-- ct/motioneye.sh | 3 +-- ct/mqtt.sh | 3 +-- ct/n8n.sh | 3 +-- ct/navidrome.sh | 2 +- ct/nextcloudpi.sh | 3 +-- ct/nginxproxymanager.sh | 2 +- ct/nocodb.sh | 3 +-- ct/omada.sh | 3 +-- ct/omv.sh | 3 +-- ct/openhab.sh | 3 +-- ct/pihole.sh | 3 +-- ct/podman-homeassistant.sh | 3 +-- ct/podman.sh | 3 +-- ct/postgresql.sh | 3 +-- ct/prometheus.sh | 3 +-- ct/rockylinux.sh | 2 +- ct/scrypted.sh | 3 +-- ct/syncthing.sh | 3 +-- ct/technitiumdns.sh | 2 +- ct/trilium.sh | 2 +- ct/unifi.sh | 3 +-- ct/uptimekuma.sh | 2 +- ct/whoogle.sh | 3 +-- ct/wikijs.sh | 2 +- ct/wireguard.sh | 3 +-- 46 files changed, 46 insertions(+), 76 deletions(-) diff --git a/ct/adguard.sh b/ct/adguard.sh index b90049bcdf..4c7db3a7e8 100644 --- a/ct/adguard.sh +++ b/ct/adguard.sh @@ -74,7 +74,7 @@ msg_ok "Started AdguardHome" msg_info "Cleaning Up" rm -rf AdGuardHome_linux_amd64.tar.gz AdGuardHome adguard-backup msg_ok "Cleaned" -msg_ok "Update Successful" +msg_ok "Updated Successfully" exit } diff --git a/ct/archlinux.sh b/ct/archlinux.sh index 62f04bb31c..a28cfed3ef 100644 --- a/ct/archlinux.sh +++ b/ct/archlinux.sh @@ -356,7 +356,7 @@ msg_info "Updating ${APP} LXC" pacman-key --init pacman-key --populate archlinux pacman -Sy archlinux-keyring && pacman -Su -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/autobrr.sh b/ct/autobrr.sh index 3261b560ce..b92412f093 100644 --- a/ct/autobrr.sh +++ b/ct/autobrr.sh @@ -67,7 +67,7 @@ msg_ok "Updated ${APP} LXC" msg_info "Starting ${APP} LXC" systemctl start autobrr.service msg_ok "Started ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/changedetection.sh b/ct/changedetection.sh index c8da20ae57..80748b5eb3 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -55,8 +55,7 @@ header_info if [[ ! -f /etc/systemd/system/changedetection.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP} LXC" pip3 install changedetection.io --upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/dashy.sh b/ct/dashy.sh index 5c76cf704a..69385bd46a 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -82,7 +82,7 @@ msg_ok "Cleaned" msg_info "Starting Dashy" systemctl start dashy msg_ok "Started Dashy" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/emby.sh b/ct/emby.sh index 2e617cfbeb..63abf74840 100644 --- a/ct/emby.sh +++ b/ct/emby.sh @@ -67,7 +67,7 @@ msg_ok "Updated ${APP}" msg_info "Starting ${APP}" systemctl start emby-server msg_ok "Started ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/esphome.sh b/ct/esphome.sh index cd6e56d264..2bbd3d4d93 100644 --- a/ct/esphome.sh +++ b/ct/esphome.sh @@ -64,7 +64,7 @@ msg_ok "Updated ESPHome" msg_info "Starting ESPHome" systemctl start esphomeDashboard msg_ok "Started ESPHome" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/grafana.sh b/ct/grafana.sh index ea1136c5d6..e1164a0114 100644 --- a/ct/grafana.sh +++ b/ct/grafana.sh @@ -59,8 +59,7 @@ wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | tee /etc/apt/sources.list.d/grafana.list apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/grocy.sh b/ct/grocy.sh index dd30c554d3..6e0a66d92a 100644 --- a/ct/grocy.sh +++ b/ct/grocy.sh @@ -55,8 +55,7 @@ header_info if [[ ! -f /etc/apache2/sites-available/grocy.conf ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP}" bash /var/www/html/update.sh -msg_ok "Updated ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/heimdalldashboard.sh b/ct/heimdalldashboard.sh index aad87f466c..c06501f378 100644 --- a/ct/heimdalldashboard.sh +++ b/ct/heimdalldashboard.sh @@ -136,7 +136,7 @@ msg_info "Starting ${APP}" systemctl enable --now heimdall.service &>/dev/null sleep 2 msg_ok "Started ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/homebridge.sh b/ct/homebridge.sh index 22039d2258..36281e8e68 100644 --- a/ct/homebridge.sh +++ b/ct/homebridge.sh @@ -56,8 +56,7 @@ if [[ ! -d /var ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/homepage.sh b/ct/homepage.sh index e804108739..13b4fca6be 100644 --- a/ct/homepage.sh +++ b/ct/homepage.sh @@ -63,7 +63,7 @@ git pull --force &>/dev/null pnpm install &>/dev/null pnpm build &>/dev/null systemctl start homepage -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/homer.sh b/ct/homer.sh index 217b2800e8..34bf6620ce 100644 --- a/ct/homer.sh +++ b/ct/homer.sh @@ -80,7 +80,7 @@ msg_ok "Cleaned" msg_info "Starting ${APP}" systemctl start homer msg_ok "Started ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/hyperion.sh b/ct/hyperion.sh index 9253576589..51108e4690 100644 --- a/ct/hyperion.sh +++ b/ct/hyperion.sh @@ -57,8 +57,7 @@ if [[ ! -f /etc/apt/sources.list.d/hyperion.list ]]; then msg_error "No ${APP} I msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get install -y hyperion &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/influxdb.sh b/ct/influxdb.sh index e945cdde4c..1505020a4a 100644 --- a/ct/influxdb.sh +++ b/ct/influxdb.sh @@ -60,8 +60,7 @@ echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https rm -f /etc/apt/trusted.gpg.d/influxdb.gpg apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/iobroker.sh b/ct/iobroker.sh index 841f135e25..d715199a3c 100644 --- a/ct/iobroker.sh +++ b/ct/iobroker.sh @@ -56,8 +56,7 @@ if [[ ! -d /opt/iobroker ]]; then msg_error "No ${APP} Installation Found!"; exi msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/k0s.sh b/ct/k0s.sh index 75b5648aa5..1d64a0cef1 100644 --- a/ct/k0s.sh +++ b/ct/k0s.sh @@ -56,8 +56,7 @@ if [[ ! -f /etc/k0s/k0s.yaml ]]; then msg_error "No ${APP} Installation Found!"; msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/keycloak.sh b/ct/keycloak.sh index 4488dd1a0b..218f56f49d 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -57,8 +57,7 @@ if [[ ! -f /etc/systemd/system/keycloak.service ]]; then msg_error "No ${APP} In msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/magicmirror.sh b/ct/magicmirror.sh index c57121c2fe..2554bd1ba5 100644 --- a/ct/magicmirror.sh +++ b/ct/magicmirror.sh @@ -58,8 +58,7 @@ msg_info "Updating ${APP} LXC" cd /opt/magicmirror git pull &>/dev/null npm install --only=prod --omit=dev &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/mariadb.sh b/ct/mariadb.sh index d6894ed9c4..03e2472663 100644 --- a/ct/mariadb.sh +++ b/ct/mariadb.sh @@ -56,8 +56,7 @@ if [[ ! -f /etc/apt/sources.list.d/mariadb.list ]]; then msg_error "No ${APP} In msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh index 2739b517b2..a9288d902f 100644 --- a/ct/meshcentral.sh +++ b/ct/meshcentral.sh @@ -56,8 +56,7 @@ if [[ ! -d /opt/meshcentral ]]; then msg_error "No ${APP} Installation Found!"; msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/motioneye.sh b/ct/motioneye.sh index 4a106f0354..e46e9fd451 100644 --- a/ct/motioneye.sh +++ b/ct/motioneye.sh @@ -55,8 +55,7 @@ header_info if [[ ! -f /etc/systemd/system/motioneye.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP} LXC" pip install motioneye --upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/mqtt.sh b/ct/mqtt.sh index 0dde1c0e11..0eb3c9746c 100644 --- a/ct/mqtt.sh +++ b/ct/mqtt.sh @@ -56,8 +56,7 @@ if [[ ! -f /etc/apt/sources.list.d/mosquitto-bullseye.list ]]; then msg_error "N msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/n8n.sh b/ct/n8n.sh index d4862ef15f..58e56db72a 100644 --- a/ct/n8n.sh +++ b/ct/n8n.sh @@ -56,8 +56,7 @@ header_info if [[ ! -f /etc/systemd/system/n8n.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP} LXC" npm update -g n8n &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/navidrome.sh b/ct/navidrome.sh index c9e535847a..10c308c3e9 100644 --- a/ct/navidrome.sh +++ b/ct/navidrome.sh @@ -67,7 +67,7 @@ rm Navidrome.tar.gz msg_info "${GN} Starting ${APP}" systemctl start navidrome.service msg_ok "Started ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/nextcloudpi.sh b/ct/nextcloudpi.sh index a1718208ea..8e18cc2ac2 100644 --- a/ct/nextcloudpi.sh +++ b/ct/nextcloudpi.sh @@ -56,8 +56,7 @@ if [[ ! -f /lib/systemd/system/nextcloud-domain.service ]]; then msg_error "No $ msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh index defdbde9e3..89b0382d2a 100644 --- a/ct/nginxproxymanager.sh +++ b/ct/nginxproxymanager.sh @@ -174,7 +174,7 @@ EOF rm -rf ~/nginx-proxy-manager-* s6-overlay-noarch.tar.xz s6-overlay-x86_64.tar.xz msg_ok "Cleaned" - msg_ok "Update Successfull" + msg_ok "Updated Successfully" exit } diff --git a/ct/nocodb.sh b/ct/nocodb.sh index 4b7636f62e..bcfcdc7b09 100644 --- a/ct/nocodb.sh +++ b/ct/nocodb.sh @@ -58,8 +58,7 @@ cd /opt/nocodb npm uninstall -s --save nocodb &>/dev/null npm install -s --save nocodb &>/dev/null systemctl restart nocodb.service -msg_ok "Updated ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/omada.sh b/ct/omada.sh index 104183dff8..3b02947ecb 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -56,8 +56,7 @@ if [[ ! -d /opt/tplink ]]; then msg_error "No ${APP} Installation Found!"; exit; msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/omv.sh b/ct/omv.sh index 532df042bc..7b31de750b 100644 --- a/ct/omv.sh +++ b/ct/omv.sh @@ -57,8 +57,7 @@ if [[ ! -f /etc/apt/sources.list.d/openmediavault.list ]]; then msg_error "No ${ msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/openhab.sh b/ct/openhab.sh index 21a77dc7a6..d4c33704a9 100644 --- a/ct/openhab.sh +++ b/ct/openhab.sh @@ -57,8 +57,7 @@ if [[ ! -f /etc/apt/sources.list.d/openhab.list ]]; then msg_error "No ${APP} In msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/pihole.sh b/ct/pihole.sh index 07e786ea99..d52337197d 100644 --- a/ct/pihole.sh +++ b/ct/pihole.sh @@ -56,8 +56,7 @@ if [[ ! -d /etc/pihole ]]; then msg_error "No ${APP} Installation Found!"; exit; msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index e806a7a86d..fbdc906e3a 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -67,8 +67,7 @@ if [ "$UPD" == "1" ]; then msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null - msg_ok "Updated ${APP} LXC" - msg_ok "Update os system Successfull" + msg_ok "Updated Successfully" msg_info "Updating All Containers\n" CONTAINER_LIST="${1:-$(podman ps -q)}" diff --git a/ct/podman.sh b/ct/podman.sh index b4297c51fd..b313e6739a 100644 --- a/ct/podman.sh +++ b/ct/podman.sh @@ -56,8 +56,7 @@ if [[ ! -f /etc/containers/registries.conf ]]; then msg_error "No ${APP} Install msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/postgresql.sh b/ct/postgresql.sh index f0b606a1ed..700ad409ce 100644 --- a/ct/postgresql.sh +++ b/ct/postgresql.sh @@ -56,8 +56,7 @@ if [[ ! -f /etc/apt/sources.list.d/pgdg.list ]]; then msg_error "No ${APP} Insta msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/prometheus.sh b/ct/prometheus.sh index 16f1775850..571a18bbaa 100644 --- a/ct/prometheus.sh +++ b/ct/prometheus.sh @@ -56,8 +56,7 @@ if [[ ! -f /etc/systemd/system/prometheus.service ]]; then msg_error "No ${APP} msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/rockylinux.sh b/ct/rockylinux.sh index edc69291fe..38700c9512 100644 --- a/ct/rockylinux.sh +++ b/ct/rockylinux.sh @@ -57,7 +57,7 @@ if [[ ! -d /etc/pacman.d ]]; then msg_error "No ${APP} Installation Found!"; exi msg_info "Updating ${APP} LXC" dnf -y update dnf -y upgrade -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/scrypted.sh b/ct/scrypted.sh index d307d78c36..f4b7d0ee23 100644 --- a/ct/scrypted.sh +++ b/ct/scrypted.sh @@ -57,8 +57,7 @@ if [[ ! -f /etc/systemd/system/scrypted.service ]]; then msg_error "No ${APP} In msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/syncthing.sh b/ct/syncthing.sh index 292cf4db7c..4df4d33a2d 100644 --- a/ct/syncthing.sh +++ b/ct/syncthing.sh @@ -57,8 +57,7 @@ if [[ ! -f /etc/apt/sources.list.d/syncthing.list ]]; then msg_error "No ${APP} msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh index f947cd072f..7c9d30f478 100644 --- a/ct/technitiumdns.sh +++ b/ct/technitiumdns.sh @@ -66,7 +66,7 @@ wget -q https://download.technitium.com/dns/DnsServerPortable.tar.gz tar -zxf DnsServerPortable.tar.gz -C /etc/dns/ &>/dev/null rm -rf DnsServerPortable.tar.gz systemctl restart dns.service -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/trilium.sh b/ct/trilium.sh index 3e15c458ce..350a945e79 100644 --- a/ct/trilium.sh +++ b/ct/trilium.sh @@ -76,7 +76,7 @@ msg_info "Starting ${APP}" systemctl start trilium.service sleep 1 msg_ok "Started ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/unifi.sh b/ct/unifi.sh index 542f1f871e..cb8f2e68fd 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -56,8 +56,7 @@ if [[ ! -d /usr/lib/unifi ]]; then msg_error "No ${APP} Installation Found!"; ex msg_info "Updating ${APP}" wget -qL https://get.glennr.nl/unifi/update/unifi-update.sh bash unifi-update.sh -msg_ok "Updated ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh index 4f64ecc34a..d7d1cc0f8e 100644 --- a/ct/uptimekuma.sh +++ b/ct/uptimekuma.sh @@ -74,7 +74,7 @@ msg_ok "Updated ${APP}" msg_info "Starting ${APP}" sudo systemctl start uptime-kuma &>/dev/null msg_ok "Started ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/whoogle.sh b/ct/whoogle.sh index e93b19d7b6..bb4257ec57 100644 --- a/ct/whoogle.sh +++ b/ct/whoogle.sh @@ -55,8 +55,7 @@ header_info if [[ ! -f /usr/local/bin/whoogle-search ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP} LXC" pip3 install whoogle-search --upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/wikijs.sh b/ct/wikijs.sh index e1ac986312..416e54ee71 100644 --- a/ct/wikijs.sh +++ b/ct/wikijs.sh @@ -79,7 +79,7 @@ msg_ok "Restored Data" msg_info "Starting ${APP}" systemctl start wikijs msg_ok "Started ${APP}" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit } diff --git a/ct/wireguard.sh b/ct/wireguard.sh index 553de4e507..d6a6b48e16 100644 --- a/ct/wireguard.sh +++ b/ct/wireguard.sh @@ -61,8 +61,7 @@ if [ "$UPD" == "1" ]; then msg_info "Updating ${APP} LXC" apt-get update &>/dev/null apt-get -y upgrade &>/dev/null -msg_ok "Updated ${APP} LXC" -msg_ok "Update Successfull" +msg_ok "Updated Successfully" exit fi if [ "$UPD" == "2" ]; then