Update osync.sh
update osync.sh to fix "function GetRemoteOS silently failing"
This commit is contained in:
parent
04cc1e9211
commit
5c0024bb24
2
osync.sh
2
osync.sh
|
@ -329,7 +329,7 @@ function GetRemoteOS
|
||||||
then
|
then
|
||||||
CheckConnectivity3rdPartyHosts
|
CheckConnectivity3rdPartyHosts
|
||||||
CheckConnectivityRemoteHost
|
CheckConnectivityRemoteHost
|
||||||
eval "$SSH_CMD \"uname -spio\" > $RUN_DIR/osync_remote_os_$SCRIPT_PID 2>&1"
|
eval "$SSH_CMD \"uname -spio\" > $RUN_DIR/osync_remote_os_$SCRIPT_PID 2>&1" &
|
||||||
child_pid=$!
|
child_pid=$!
|
||||||
WaitForTaskCompletion $child_pid 120 240
|
WaitForTaskCompletion $child_pid 120 240
|
||||||
retval=$?
|
retval=$?
|
||||||
|
|
Loading…
Reference in New Issue