changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user