From 5ada4cf63ced7ecaf6e468a37efc9321056d1476 Mon Sep 17 00:00:00 2001 From: Christoph Kuchenbuch Date: Tue, 30 Oct 2018 00:50:39 +0100 Subject: [PATCH] Fix errror in handling old installation directory (update mode). --- install_sympa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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