From c0f18ca210da7d13f90de3210b75169514e88f5c Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Thu, 9 Jun 2022 09:48:36 +0200 Subject: [PATCH] Update install.sh --- files/builds/stable-branch/bin/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/builds/stable-branch/bin/install.sh b/files/builds/stable-branch/bin/install.sh index bb0fad7..38e4a65 100644 --- a/files/builds/stable-branch/bin/install.sh +++ b/files/builds/stable-branch/bin/install.sh @@ -128,8 +128,8 @@ fi function SP_INSTALLDIR_CHECK { # Check if this wineprefix already exist or not! -WP_PATH_CHECK="$WP_DIRECTORY" -if [[ -d "$WP_PATH_CHECK" ]]; then +WP_PATH_CHECK="$WP_DIRECTORY/box-run.sh" +if [[ -f "$WP_PATH_CHECK" ]]; then echo "FALSE" SP_INSTALLDIR_INFO else