From 0d4b4a1837901dd4c56690fbd09699793e784f5b Mon Sep 17 00:00:00 2001 From: bvdberg01 <74251551+bvdberg01@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:13:31 +0100 Subject: [PATCH] Typo in update scripts (#2707) * Fix typo * Change no update function msg --- .github/CONTRIBUTOR_AND_GUIDES/ct/AppName.md | 2 +- ct/agentdvr.sh | 2 +- ct/apache-cassandra.sh | 2 +- ct/apache-couchdb.sh | 2 +- ct/apache-guacamole.sh | 2 +- ct/beszel.sh | 2 +- ct/channels.sh | 2 +- ct/fenrus.sh | 2 +- ct/glpi.sh | 2 +- ct/gokapi.sh | 2 +- ct/hivemq.sh | 2 +- ct/iventoy.sh | 2 +- ct/mediamtx.sh | 2 +- ct/prowlarr.sh | 2 +- ct/radarr.sh | 2 +- ct/redis.sh | 2 +- ct/traccar.sh | 3 +-- 17 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.md b/.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.md index a85739b92..be6c6f848 100644 --- a/.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.md +++ b/.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.md @@ -247,7 +247,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no automatic update function for ${APP}." + msg_error "Currently we don't provide an update function for this ${APP}." exit } ``` diff --git a/ct/agentdvr.sh b/ct/agentdvr.sh index 2e7892af5..9dfdaa9d8 100644 --- a/ct/agentdvr.sh +++ b/ct/agentdvr.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/apache-cassandra.sh b/ct/apache-cassandra.sh index ccc17165a..0c3df5ac4 100644 --- a/ct/apache-cassandra.sh +++ b/ct/apache-cassandra.sh @@ -28,7 +28,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh index fdc6022d9..df768b03f 100644 --- a/ct/apache-couchdb.sh +++ b/ct/apache-couchdb.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/apache-guacamole.sh b/ct/apache-guacamole.sh index 8e5e2e796..5fed1c151 100644 --- a/ct/apache-guacamole.sh +++ b/ct/apache-guacamole.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "Ther is currently no automatic update function for ${APP}." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/beszel.sh b/ct/beszel.sh index c159800be..1ed2b1560 100644 --- a/ct/beszel.sh +++ b/ct/beszel.sh @@ -28,7 +28,7 @@ function update_script() { exit fi /opt/beszel/beszel update - msg_error "Ther is currently no automatic update function for ${APP}." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/channels.sh b/ct/channels.sh index 0c05ed7c5..58f0ac0c7 100644 --- a/ct/channels.sh +++ b/ct/channels.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/fenrus.sh b/ct/fenrus.sh index 6a357bf99..13c41990a 100644 --- a/ct/fenrus.sh +++ b/ct/fenrus.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit msg_info "Updating ${APP}" systemctl stop ${APP} diff --git a/ct/glpi.sh b/ct/glpi.sh index e16570d71..46eafb776 100644 --- a/ct/glpi.sh +++ b/ct/glpi.sh @@ -30,7 +30,7 @@ function update_script() { fi RELEASE=$(curl -s https://api.github.com/repos/glpi-project/glpi/releases/latest | grep '"tag_name"' | sed -E 's/.*"tag_name": "([^"]+)".*/\1/') if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then - msg_error "Ther is currently no automatic update function for ${APP}." + msg_error "Currently we don't provide an update function for this ${APP}." else msg_ok "No update required. ${APP} is already at v${RELEASE}." fi diff --git a/ct/gokapi.sh b/ct/gokapi.sh index 2975c984b..740160720 100644 --- a/ct/gokapi.sh +++ b/ct/gokapi.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/hivemq.sh b/ct/hivemq.sh index 28df685bb..4fed0463f 100644 --- a/ct/hivemq.sh +++ b/ct/hivemq.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/iventoy.sh b/ct/iventoy.sh index 53626b157..63cbe3ea6 100644 --- a/ct/iventoy.sh +++ b/ct/iventoy.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/mediamtx.sh b/ct/mediamtx.sh index 044c9f758..128581588 100644 --- a/ct/mediamtx.sh +++ b/ct/mediamtx.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh index bbec37a3a..5dbbfc267 100644 --- a/ct/prowlarr.sh +++ b/ct/prowlarr.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/radarr.sh b/ct/radarr.sh index 2dd684941..43db75ed0 100644 --- a/ct/radarr.sh +++ b/ct/radarr.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/redis.sh b/ct/redis.sh index fe11ba83c..a4f562cb2 100644 --- a/ct/redis.sh +++ b/ct/redis.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." + msg_error "Currently we don't provide an update function for this ${APP}." exit } diff --git a/ct/traccar.sh b/ct/traccar.sh index fbf9e9b0d..bdeaeeb64 100644 --- a/ct/traccar.sh +++ b/ct/traccar.sh @@ -27,8 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "There is currently no update path available." - exit + msg_error "Currently we don't provide an update function for this ${APP}." exit }