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

Commit d9d1310

Browse files
authored
Update LogosLinuxInstaller.sh
Fix for #212
1 parent 33171e9 commit d9d1310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LogosLinuxInstaller.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ checkExistingInstall() {
826826
if [ -d "${INSTALLDIR}" ]; then
827827
if find "${INSTALLDIR}" -name Logos.exe -o -name Verbum.exe | grep -qE "(Logos\/Logos.exe|Verbum\/Verbum.exe)"; then
828828
EXISTING_LOGOS_INSTALL=1; export EXISTING_LOGOS_INSTALL;
829-
lgoos_error "An install was found at ${INSTALLDIR}. Please remove/rename it or use another location by setting the INSTALLDIR variable."
829+
logos_error "An install was found at ${INSTALLDIR}. Please remove/rename it or use another location by setting the INSTALLDIR variable."
830830
else
831831
EXISTING_LOGOS_DIRECTORY=1; export EXISTING_LOGOS_DIRECTORY;
832832
logos_error "A directory exists at ${INSTALLDIR}. Please remove/rename it or use another location by setting the INSTALLDIR variable."

0 commit comments

Comments
 (0)