Move manual hosts definition to configuration file manual_hosts.conf
This commit is contained in:
@ -391,5 +391,7 @@ else
|
||||
fi
|
||||
|
||||
if $_via_ssh_tunnel ; then
|
||||
kill $tunnel_pid
|
||||
if [[ -n "$tunnel_pid" ]]; then
|
||||
kill "$tunnel_pid"
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user