From 438f5f6271086b1cd45fa761810bb50b3612c27e Mon Sep 17 00:00:00 2001 From: vados-dev Date: Fri, 13 Mar 2026 08:20:02 +0300 Subject: [PATCH] Autocommit in repo: , generated by owner: mikro_bak, in 08:20:02 13.03.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 dfc59a2..f7075f9 100755 --- a/bin/ros-diff.sh +++ b/bin/ros-diff.sh @@ -104,7 +104,7 @@ help() { echo -e "\n${white}❓ $*${reset}" } info() { - echo -e "\n${cyan}ℹ $*${reset}" + echo -e "\n${cyan}🌀 $*${reset}" } success() { echo -e "\n${green}✅ $*${reset}" @@ -281,7 +281,7 @@ run_ssh_cmd() { download_config() { local conf="${1}" local log_msg - ${SSH_STR} export >${conf} >/dev/null & pid=$! + ${SSH_STR} "/export" >${conf} >/dev/null & pid=$! spinstr "$pid" wait "$pid" rc=$? -- 2.52.0