1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 14:31:50 +00:00

Update actualbudget-install.sh

This commit is contained in:
CanbiZ 2025-01-24 13:31:29 +01:00 committed by GitHub
parent f78cb0319e
commit 63061ea06f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ PORT=5006
EOF
cd /opt/actualbudget
$STD yarn install
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
echo "${RELEASE}" >"/opt/actualbudget_version.txt"
msg_ok "Installed Actual Budget"
msg_info "Creating Service"