diff --git a/install_sympa.sh b/install_sympa.sh index 78f6566..53fb8e0 100755 --- a/install_sympa.sh +++ b/install_sympa.sh @@ -2186,7 +2186,7 @@ else # - echo -e "\tCopy (hardlink) '${CURRENT_INSTALL_DIR}' to directory" echononl "\t '$SYMPA_INSTALL_DIR'.." - if [[ "$SYMPA_INSTALL_DIR" = "$SYMPA_INSTALL_DIR" ]]; then + if [[ "$CURRENT_INSTALL_DIR" = "$SYMPA_INSTALL_DIR" ]]; then echo_skipped else echo "## - Copy (hardlink) '${CURRENT_INSTALL_DIR}' to directory" >> $_log_file