diff --git a/src/warden-server/sh/install.sh b/src/warden-server/sh/install.sh index ebe996d7cfbc51df9806d5d7d5cdd87738481d5c..935e1b83ba63cbdbc81bb7ba66d6863eaa81c6be 100755 --- a/src/warden-server/sh/install.sh +++ b/src/warden-server/sh/install.sh @@ -175,7 +175,7 @@ createManifest() createSymlinks() { - echo -n "Creating symbolic links to $symbin ..." + echo -n "Checking symbolic links directory $symbin ... " if [[ -d $symbin && -w $symbin ]]; then echo "OK" for file in "${bin}/"* @@ -282,7 +282,10 @@ doTemplate \ createManifest # crate symlinks from warden server bin to user path (if -s option is set) -[[ ! -z "$symbin" ]] && [[ -d "$symbin" ]] && [[ -w "$symbin" ]] && createSymlinks +[[ ! -z "$symbin" ]] && createSymlinks + +echo +echo "------------------------- Summary ---------------------------------------" echo echo "Please check configuration files:"