fixed path
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 35s
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 35s
This commit is contained in:
parent
14b48d1e78
commit
0810eca271
|
|
@ -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}" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user