Update actualbudget.sh

There is a bug when running update function
pull/2817/head
Marc Cizeron 1 year ago committed by GitHub
parent 00f661c9f5
commit 8856bf0234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ct/actualbudget.sh

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