Skip to content

Commit a56bbba

Browse files
authored
Update actual Budget due Breaking certs
Direct Push, contributor unreachable, Breaking Updates and Script
1 parent 9f09453 commit a56bbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/actualbudget.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ function update_script() {
5858
fi
5959

6060
if [[ -f /opt/actualbudget_bak/selfhost.key ]]; then
61-
mv /opt/actualbudget_bak/selfhost.key /opt/actualbudget-data/selfhost.key
62-
mv /opt/actualbudget_bak/selfhost.crt /opt/actualbudget-data/selfhost.crt
61+
mv /opt/actualbudget_bak/selfhost.key /opt/actualbudget/selfhost.key
62+
mv /opt/actualbudget_bak/selfhost.crt /opt/actualbudget/selfhost.crt
6363
fi
6464

6565
if [[ -f /opt/actualbudget_bak/.env ]]; then

0 commit comments

Comments
 (0)