Update actualbudget.sh (#2817)

Fix update function
This commit is contained in:
Marc Cizeron
2024-04-19 15:21:36 +02:00
committed by GitHub
parent 00f661c9f5
commit 39a1c11940

View File

@ -57,7 +57,7 @@ header_info
if [[ ! -d /opt/actualbudget ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_info "Updating ${APP}"
systemctl stop actualbudget.service
/opt/actualbudget
cd /opt/actualbudget
git pull
yarn install
systemctl start actualbudget.service