From d4e296211defcf7859108242c78d9138ed05f383 Mon Sep 17 00:00:00 2001 From: vados-dev Date: Sun, 5 Apr 2026 01:20:03 +0300 Subject: [PATCH] Autocommit in repo: , generated by owner: mikro_bak, in 01:20:02 05.04.2026. --- bin/ros-diff.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ros-diff.sh b/bin/ros-diff.sh index 17a16fa..4d5049d 100755 --- a/bin/ros-diff.sh +++ b/bin/ros-diff.sh @@ -300,7 +300,7 @@ compare_config() { diff "${diff_args[@]}" ${config_file} ${precedent_file} >${diff_file} if [ "$?" -ne "0" ]; then - log_msg="- There is a difference! Create backup..." + log_msg=${diff_file}" - There is a difference! Create backup..." if [ -t 1 ] && $DEBUG_OUT; then section " CREATE BACKUP " sleep 1 @@ -308,7 +308,7 @@ compare_config() { log_info "${log_msg}" return 0 else - log_msg="- The files are identical. No backup is required." + log_msg=${diff_file}" - The files are identical. No backup is required." log_info "${log_msg}" if [ -t 1 ] && $DEBUG_OUT; then section " START CLEANUP " -- 2.52.0