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 4cbe905 commit 70f5280Copy full SHA for 70f5280
ct/actualbudget.sh
@@ -49,7 +49,7 @@ function update_script() {
49
# Sicherstellen, dass .env existiert
50
rm -rf /opt/actualbudget/.env
51
if [[ ! -f /opt/actualbudget_bak/.env ]]; then
52
- cat <<EOF > /opt/actualbudget/.env
+ cat <<EOF > /opt/actualbudget_bak/.env
53
ACTUAL_UPLOAD_DIR=/opt/actualbudget/server-files
54
ACTUAL_DATA_DIR=/opt/actualbudget-data
55
ACTUAL_SERVER_FILES_DIR=/opt/actualbudget/server-files
0 commit comments