fixed path
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 35s

This commit is contained in:
gitea 2025-04-10 20:52:18 +00:00
parent 14b48d1e78
commit 0810eca271

View File

@ -32,7 +32,7 @@ if [ $? -ne 0 ]; then
fi
# Backup entschlüsseln
gpg --batch --yes --passphrase "${gpg_password}" -o ${BACKUP_DIR}/${BACKUP_NAME} -d ${BACKUP_DIR}/${BACKUP_NAME}.gpg || report_failure "Backup decryption"
gpg --batch --yes --passphrase "${gpg_password}" -o ${BACKUP_NAME} -d ${BACKUP_NAME}.gpg || report_failure "Backup decryption"
curl -X POST -s \
-F "master_pwd=${ADMIN_PASSWORD}" \