From 72d70d7842029d6d8d22df1b7d0e02c2d20c4adb Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 22 Jun 2024 16:52:35 -0400 Subject: [PATCH] Update actualbudget.sh fixes https://github.com/tteck/Proxmox/issues/3250 --- ct/actualbudget.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/actualbudget.sh b/ct/actualbudget.sh index b4ff4d62..1f1e201d 100644 --- a/ct/actualbudget.sh +++ b/ct/actualbudget.sh @@ -58,8 +58,8 @@ if [[ ! -d /opt/actualbudget ]]; then msg_error "No ${APP} Installation Found!"; msg_info "Updating ${APP}" systemctl stop actualbudget.service cd /opt/actualbudget -git pull -yarn install +git pull &>/dev/null +yarn install &>/dev/null systemctl start actualbudget.service msg_ok "Successfully Updated ${APP}" exit