diff --git a/install.sh b/install.sh index 47363c1..f2066e0 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ wdir_connect="$wdir/src-local/hybrid/connect" toolsok='ok' # create wdir connect dir -if [ -d $wdir_connect ];then +if [ ! -d $wdir_connect ];then mkdir -p $wdir_connect fi