From 53a39a3f0e5a2ac3bb5406417aee7bbe43e24754 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Thu, 9 Jun 2022 09:28:26 +0200 Subject: [PATCH] Update install.sh --- files/builds/stable-branch/bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/builds/stable-branch/bin/install.sh b/files/builds/stable-branch/bin/install.sh index 0ccf3e8..6c56ebb 100644 --- a/files/builds/stable-branch/bin/install.sh +++ b/files/builds/stable-branch/bin/install.sh @@ -129,7 +129,7 @@ fi function SP_INSTALLDIR_CHECK { # Check if this wineprefix already exist or not! WP_PATH_CHECK="$WP_DIRECTORY" -if [[ -f "$WP_PATH_CHECK" ]]; then +if [[ -d "$WP_PATH_CHECK" ]]; then echo "FALSE" SP_INSTALLDIR_INFO else