From 91772f8c730844587db7a21e9962cbe954ba6dc7 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Tue, 7 Feb 2023 17:11:02 -0500
Subject: [PATCH] tweak (#1034)

---
 ct/audiobookshelf-v5.sh | 4 ++--
 ct/debian-v5.sh         | 4 ++--
 ct/deluge-v5.sh         | 4 ++--
 ct/devuan-v5.sh         | 4 ++--
 ct/kavita-v5.sh         | 4 ++--
 ct/lidarr-v5.sh         | 4 ++--
 ct/prowlarr-v5.sh       | 4 ++--
 ct/radarr-v5.sh         | 4 ++--
 ct/readarr-v5.sh        | 4 ++--
 ct/sabnzbd-v5.sh        | 4 ++--
 ct/sonarr-v5.sh         | 4 ++--
 ct/tdarr-v5.sh          | 4 ++--
 ct/whisparr-v5.sh       | 4 ++--
 ct/yunohost-v5.sh       | 4 ++--
 14 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/ct/audiobookshelf-v5.sh b/ct/audiobookshelf-v5.sh
index c55385f7..981f227d 100644
--- a/ct/audiobookshelf-v5.sh
+++ b/ct/audiobookshelf-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/debian-v5.sh b/ct/debian-v5.sh
index 2b3bd1c5..02e30838 100644
--- a/ct/debian-v5.sh
+++ b/ct/debian-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/deluge-v5.sh b/ct/deluge-v5.sh
index f2f62f56..e69cd92a 100644
--- a/ct/deluge-v5.sh
+++ b/ct/deluge-v5.sh
@@ -337,10 +337,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/devuan-v5.sh b/ct/devuan-v5.sh
index cc5e9253..fe55f367 100644
--- a/ct/devuan-v5.sh
+++ b/ct/devuan-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/kavita-v5.sh b/ct/kavita-v5.sh
index e8dd83d4..c5338e4d 100644
--- a/ct/kavita-v5.sh
+++ b/ct/kavita-v5.sh
@@ -339,10 +339,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/lidarr-v5.sh b/ct/lidarr-v5.sh
index aff50b74..931ca190 100644
--- a/ct/lidarr-v5.sh
+++ b/ct/lidarr-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/prowlarr-v5.sh b/ct/prowlarr-v5.sh
index b9398fe7..5a6e998d 100644
--- a/ct/prowlarr-v5.sh
+++ b/ct/prowlarr-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/radarr-v5.sh b/ct/radarr-v5.sh
index e2c9b2f3..20ed874d 100644
--- a/ct/radarr-v5.sh
+++ b/ct/radarr-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/readarr-v5.sh b/ct/readarr-v5.sh
index 1810c403..0dffef6a 100644
--- a/ct/readarr-v5.sh
+++ b/ct/readarr-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/sabnzbd-v5.sh b/ct/sabnzbd-v5.sh
index 01dfcd56..40bffdbf 100644
--- a/ct/sabnzbd-v5.sh
+++ b/ct/sabnzbd-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/sonarr-v5.sh b/ct/sonarr-v5.sh
index 000becd3..7ca8a5d7 100644
--- a/ct/sonarr-v5.sh
+++ b/ct/sonarr-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/tdarr-v5.sh b/ct/tdarr-v5.sh
index 12be69a4..3319a7e3 100644
--- a/ct/tdarr-v5.sh
+++ b/ct/tdarr-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/whisparr-v5.sh b/ct/whisparr-v5.sh
index 0adfdfed..87043a9b 100644
--- a/ct/whisparr-v5.sh
+++ b/ct/whisparr-v5.sh
@@ -337,10 +337,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear
diff --git a/ct/yunohost-v5.sh b/ct/yunohost-v5.sh
index c4b7f2a5..cabde660 100644
--- a/ct/yunohost-v5.sh
+++ b/ct/yunohost-v5.sh
@@ -336,10 +336,10 @@ function install_script() {
 function update_script() {
 clear
 header_info
-msg_info "Updating Debian LXC"
+msg_info "Updating $APP LXC"
 apt-get update &>/dev/null
 apt-get -y upgrade &>/dev/null
-msg_ok "Updated Debian LXC"
+msg_ok "Updated $APP LXC"
 exit
 }
 clear