From 91772f8c730844587db7a21e9962cbe954ba6dc7 Mon Sep 17 00:00:00 2001 From: tteckster 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 c55385f778..981f227d00 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 2b3bd1c5b2..02e308387a 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 f2f62f5624..e69cd92a72 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 cc5e92533c..fe55f367be 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 e8dd83d408..c5338e4d5f 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 aff50b7473..931ca190dc 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 b9398fe775..5a6e998d2a 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 e2c9b2f3e3..20ed874df2 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 1810c403ec..0dffef6a23 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 01dfcd56a6..40bffdbfd7 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 000becd306..7ca8a5d72e 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 12be69a40d..3319a7e3f1 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 0adfdfed6c..87043a9bbd 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 c4b7f2a5d2..cabde660eb 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