From 23571d6b880b6b6b0916fe3735fe0aaf1f9bf180 Mon Sep 17 00:00:00 2001 From: Ryan Bakkes Date: Fri, 23 Sep 2022 11:17:51 +0200 Subject: [PATCH] project name update --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a76c42b..3875b06 100755 --- a/install.sh +++ b/install.sh @@ -271,8 +271,8 @@ main() { dir="$(pwd)" # Make sure the code is runned in the right way -if [[ `basename "$dir"` != "BashInstaller" ]]; then - echo "Please run this script in the Bashinstaller folder." +if [[ `basename "$dir"` != "installify" ]]; then + echo "Please run this script in the installify folder." exit 1 fi