Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update LogosLinuxInstaller.sh
Browse files Browse the repository at this point in the history
Fix for #212
  • Loading branch information
jg00dman authored Nov 6, 2023
1 parent 33171e9 commit d9d1310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LogosLinuxInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ checkExistingInstall() {
if [ -d "${INSTALLDIR}" ]; then
if find "${INSTALLDIR}" -name Logos.exe -o -name Verbum.exe | grep -qE "(Logos\/Logos.exe|Verbum\/Verbum.exe)"; then
EXISTING_LOGOS_INSTALL=1; export EXISTING_LOGOS_INSTALL;
lgoos_error "An install was found at ${INSTALLDIR}. Please remove/rename it or use another location by setting the INSTALLDIR variable."
logos_error "An install was found at ${INSTALLDIR}. Please remove/rename it or use another location by setting the INSTALLDIR variable."
else
EXISTING_LOGOS_DIRECTORY=1; export EXISTING_LOGOS_DIRECTORY;
logos_error "A directory exists at ${INSTALLDIR}. Please remove/rename it or use another location by setting the INSTALLDIR variable."
Expand Down

0 comments on commit d9d1310

Please sign in to comment.