Merge pull request #24 from slhck/patch-1

change wording
This commit is contained in:
PauRE
2020-03-26 12:10:00 +01:00
committed by GitHub
+1 -1
View File
@@ -79,4 +79,4 @@ for DB in ${POSTGRES_DBS}; do
find "${BACKUP_DIR}/monthly" -maxdepth 1 -mtime +${KEEP_MONTHS} -name "${DB}-*.sql*" -exec rm -rf '{}' ';'
done
echo "SQL backup uploaded successfully"
echo "SQL backup created successfully"