pinenty-mode
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 28s
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 28s
This commit is contained in:
parent
628fd5e477
commit
3acafcbdd5
|
|
@ -32,7 +32,7 @@ if [ $? -ne 0 ]; then
|
||||||
fi
|
fi
|
||||||
cd /root
|
cd /root
|
||||||
# Backup entschlüsseln
|
# Backup entschlüsseln
|
||||||
gpg --batch --yes --passphrase "${gpg_password}" \
|
gpg --batch --yes --passphrase "${gpg_password}" --pinentry-mode loopback \
|
||||||
-o "${BACKUP_DIR}/${BACKUP_NAME}" \
|
-o "${BACKUP_DIR}/${BACKUP_NAME}" \
|
||||||
-d "${BACKUP_DIR}/${BACKUP_NAME}.gpg" || report_failure "Backup decryption"
|
-d "${BACKUP_DIR}/${BACKUP_NAME}.gpg" || report_failure "Backup decryption"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user