Update install.sh

This commit is contained in:
Steve Zabka
2022-06-09 09:28:26 +02:00
committed by GitHub
parent d58d83a4f6
commit 53a39a3f0e

View File

@@ -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