Tuned run_remote testing output.

This commit is contained in:
Otho 2023-01-16 22:41:43 -05:00
parent b178bf3793
commit eded01bd6f
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -70,7 +70,7 @@ run_remote()
{
ssh_cmd="ssh $SSH_SEND_OPTS -o port=$port $user@$addr"
if [ $ZB_TEST_MODE = "TRUE" ]; then
echo $ssh_cmd $remote_cmd
echo "\`$ssh_cmd $remote_cmd\`"
else
$ssh_cmd $remote_cmd
fi