From 9a2a6385bb225bdcf56c14a3bc2e77e560ef0e07 Mon Sep 17 00:00:00 2001 From: SiM Date: Tue, 8 Sep 2020 18:10:34 +0200 Subject: [PATCH] move BACKUP_CORE_ONLY msg to standard output --- data/helpers.d/backup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/helpers.d/backup b/data/helpers.d/backup index a62f6c104..27f6ddf26 100644 --- a/data/helpers.d/backup +++ b/data/helpers.d/backup @@ -67,9 +67,9 @@ ynh_backup() { then if [ $BACKUP_CORE_ONLY -eq 1 ] then - ynh_print_warn --message="$src_path will not be saved, because 'BACKUP_CORE_ONLY' is set." + ynh_print_info --message="$src_path will not be saved, because 'BACKUP_CORE_ONLY' is set." else - ynh_print_warn --message="$src_path will not be saved, because 'do_not_backup_data' is set." + ynh_print_info --message="$src_path will not be saved, because 'do_not_backup_data' is set." fi return 0 fi