change wording

The backup is not uploaded anywhere, it is just created
This commit is contained in:
Werner Robitza
2020-03-26 09:47:46 +01:00
committed by GitHub
parent dc10d3a69e
commit 0307921e79
+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"