Skip to content

Commit f110938

Browse files
authored
Update actualbudget.sh
1 parent c4532f5 commit f110938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/actualbudget.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function update_script() {
5757
mv /opt/actualbudget_bak/server-files /opt/actualbudget/server-files
5858
cd /opt/actualbudget
5959
yarn install &>/dev/null
60-
echo "${RELEASE}" >/opt/${APP}_version.txt
60+
echo "${RELEASE}" >/opt/actualbudget_version.txt
6161
msg_ok "Updated ${APP}"
6262

6363
msg_info "Starting ${APP}"

0 commit comments

Comments
 (0)