Fix errror in handling old installation directory (update mode).
This commit is contained in:
parent
5b4b05cef8
commit
5ada4cf63c
@ -2186,7 +2186,7 @@ else
|
|||||||
# -
|
# -
|
||||||
echo -e "\tCopy (hardlink) '${CURRENT_INSTALL_DIR}' to directory"
|
echo -e "\tCopy (hardlink) '${CURRENT_INSTALL_DIR}' to directory"
|
||||||
echononl "\t '$SYMPA_INSTALL_DIR'.."
|
echononl "\t '$SYMPA_INSTALL_DIR'.."
|
||||||
if [[ "$SYMPA_INSTALL_DIR" = "$SYMPA_INSTALL_DIR" ]]; then
|
if [[ "$CURRENT_INSTALL_DIR" = "$SYMPA_INSTALL_DIR" ]]; then
|
||||||
echo_skipped
|
echo_skipped
|
||||||
else
|
else
|
||||||
echo "## - Copy (hardlink) '${CURRENT_INSTALL_DIR}' to directory" >> $_log_file
|
echo "## - Copy (hardlink) '${CURRENT_INSTALL_DIR}' to directory" >> $_log_file
|
||||||
|
Loading…
Reference in New Issue
Block a user