Update actualbudget.sh (#2817)

Fix update function
pull/2819/head
Marc Cizeron 7 months ago committed by GitHub
parent 00f661c9f5
commit 39a1c11940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.