Fix errror in handling old installation directory (update mode).

This commit is contained in:
Christoph 2018-10-30 00:50:39 +01:00
parent 5b4b05cef8
commit 5ada4cf63c

View File

@ -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