You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warn "Needs to SSH to ${hostname} to check whether process ${pid} is still alive. If you don't have SSH key authentication set up, you will be asked to enter your account password below. The current machine is $(hostname)"
525
527
fi
@@ -683,7 +685,7 @@ function rs_process_status {
683
685
684
686
## Check if PID is still active?
685
687
if [[ ${pid}-ne 0 ]];then
686
-
warn_if_check_pid_needs_ssh "${hostname}"
688
+
warn_if_check_pid_needs_ssh "${pid}""${hostname}"
687
689
mapfile -t res <<(check_pid "${pid}""${rserver_hostname}"2>&1)
0 commit comments