quickfix, spelling error
This commit is contained in:
parent
4cbe90597e
commit
70f5280fcc
@ -49,7 +49,7 @@ function update_script() {
|
|||||||
# Sicherstellen, dass .env existiert
|
# Sicherstellen, dass .env existiert
|
||||||
rm -rf /opt/actualbudget/.env
|
rm -rf /opt/actualbudget/.env
|
||||||
if [[ ! -f /opt/actualbudget_bak/.env ]]; then
|
if [[ ! -f /opt/actualbudget_bak/.env ]]; then
|
||||||
cat <<EOF > /opt/actualbudget/.env
|
cat <<EOF > /opt/actualbudget_bak/.env
|
||||||
ACTUAL_UPLOAD_DIR=/opt/actualbudget/server-files
|
ACTUAL_UPLOAD_DIR=/opt/actualbudget/server-files
|
||||||
ACTUAL_DATA_DIR=/opt/actualbudget-data
|
ACTUAL_DATA_DIR=/opt/actualbudget-data
|
||||||
ACTUAL_SERVER_FILES_DIR=/opt/actualbudget/server-files
|
ACTUAL_SERVER_FILES_DIR=/opt/actualbudget/server-files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user