We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4532f5 commit f110938Copy full SHA for f110938
ct/actualbudget.sh
@@ -57,7 +57,7 @@ function update_script() {
57
mv /opt/actualbudget_bak/server-files /opt/actualbudget/server-files
58
cd /opt/actualbudget
59
yarn install &>/dev/null
60
- echo "${RELEASE}" >/opt/${APP}_version.txt
+ echo "${RELEASE}" >/opt/actualbudget_version.txt
61
msg_ok "Updated ${APP}"
62
63
msg_info "Starting ${APP}"
0 commit comments