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