Skip to content

Commit 70f5280

Browse files
authored
quickfix, spelling error
1 parent 4cbe905 commit 70f5280

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
@@ -49,7 +49,7 @@ function update_script() {
4949
# Sicherstellen, dass .env existiert
5050
rm -rf /opt/actualbudget/.env
5151
if [[ ! -f /opt/actualbudget_bak/.env ]]; then
52-
cat <<EOF > /opt/actualbudget/.env
52+
cat <<EOF > /opt/actualbudget_bak/.env
5353
ACTUAL_UPLOAD_DIR=/opt/actualbudget/server-files
5454
ACTUAL_DATA_DIR=/opt/actualbudget-data
5555
ACTUAL_SERVER_FILES_DIR=/opt/actualbudget/server-files

0 commit comments

Comments
 (0)