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 9f09453 commit a56bbbaCopy full SHA for a56bbba
ct/actualbudget.sh
@@ -58,8 +58,8 @@ function update_script() {
58
fi
59
60
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
+ mv /opt/actualbudget_bak/selfhost.key /opt/actualbudget/selfhost.key
+ mv /opt/actualbudget_bak/selfhost.crt /opt/actualbudget/selfhost.crt
63
64
65
if [[ -f /opt/actualbudget_bak/.env ]]; then
0 commit comments