From c8d1977bc42b659c47aba090cdbe36ed683bb970 Mon Sep 17 00:00:00 2001
From: yalh76 <yalh@yahoo.com>
Date: Sat, 30 May 2020 14:28:55 +0200
Subject: [PATCH] just spacing changes

---
 scripts/backup | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/scripts/backup b/scripts/backup
index 233936f..bc35846 100755
--- a/scripts/backup
+++ b/scripts/backup
@@ -35,7 +35,6 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name)
 #=================================================
 # DECLARE DATA AND CONF FILES TO BACKUP
 #=================================================
-
 ynh_print_info --message="Declaring files to be backed up..."
 
 # N.B. : the following 'ynh_backup' calls are only a *declaration* of what needs
@@ -91,8 +90,7 @@ ynh_backup --src_path="/etc/cron.d/$app"
 #=================================================
 # BACKUP THE MYSQL DATABASE
 #=================================================
-
-ynh_print_info --message="Backing up the database..."
+ynh_print_info --message="Backing up the MySQL database..."
 
 # (However, things like mysql dumps *do* take some time to run, though the
 # copy of the generated dump to the archive still happens later)