From 119bf4e183fdce9893a75d42884df6e128ebcd42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:27:33 +0100 Subject: [PATCH] Remove old resource message from vaultwarden (#402) --- ct/vaultwarden.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh index 7b66d233..aab39bd3 100644 --- a/ct/vaultwarden.sh +++ b/ct/vaultwarden.sh @@ -53,6 +53,9 @@ function default_settings() { } function update_script() { + header_info + check_container_storage + check_container_resources if [[ ! -f /etc/systemd/system/vaultwarden.service ]]; then msg_error "No ${APP} Installation Found!" exit @@ -71,9 +74,6 @@ function update_script() { "3" "Set Admin Token" OFF \ 3>&1 1>&2 2>&3) - header_info - check_container_storage - check_container_resources if [ "$UPD" == "1" ]; then msg_info "Stopping Vaultwarden" systemctl stop vaultwarden.service @@ -101,7 +101,6 @@ function update_script() { msg_ok "Started Vaultwarden" msg_ok "$VAULT Update Successful" - echo -e "\n ⚠️ Ensure you set resources back to normal settings \n" exit fi if [ "$UPD" == "2" ]; then