From: vados-dev Date: Sat, 4 Apr 2026 22:20:03 +0000 (+0300) Subject: Autocommit in repo: , generated by owner: mikro_bak, in 01:20:02 05.04.2026. X-Git-Url: https://git.vados.ru/gitweb.cgi?a=commitdiff_plain;h=d4e296211defcf7859108242c78d9138ed05f383;p=Mikrotiks%2FMikrotiks.git Autocommit in repo: , generated by owner: mikro_bak, in 01:20:02 05.04.2026. --- 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 "