This commit is contained in:
Your Name
2026-04-11 19:26:23 -03:00
parent 2549419ef1
commit b525fdaeaf
5 changed files with 6 additions and 15 deletions
+1 -3
View File
@@ -13,7 +13,7 @@ get_contract_info
# Export Odoo database password
export ODOO_DB_PASSWORD
ODOO_DB_PASSWORD=$(echo "$SECRET" | jq -r '.psql')
#ODOO_DB_PASSWORD=$(echo "$SECRET" | jq -r '.psql')
# Display basic info
echo "UUID: $UUID"
@@ -44,5 +44,3 @@ ls -t "$BACKUP_DIR"/[0-9]*.zip 2>/dev/null | tail -n +$((BACKUP_SLOTS + 1)) | wh
echo "Deleting old backup: $file"
doas rm -f "$file"
done