bugfixes
This commit is contained in:
parent
f4ce459206
commit
c96abac555
@ -1402,6 +1402,12 @@ test_server () {
|
||||
# Testing if the remote server works as expected.
|
||||
if [ ! -z "$SSH_SERVER" ]
|
||||
then
|
||||
if [ ! -e "$SSH_SOCKET" ]
|
||||
then
|
||||
DIR=`dirname $SSH_SOCKET`
|
||||
mkdir -p "$DIR"
|
||||
fi
|
||||
|
||||
exec_cmd "date >> /dev/null"
|
||||
check_status "$?" "$FUNCNAME" "Server $SSH_SERVER could not be reached"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user