project name update

This commit is contained in:
Ryan Bakkes 2022-09-23 11:17:51 +02:00
parent aba0c5eed1
commit 23571d6b88

View File

@ -271,8 +271,8 @@ main() {
dir="$(pwd)" dir="$(pwd)"
# Make sure the code is runned in the right way # Make sure the code is runned in the right way
if [[ `basename "$dir"` != "BashInstaller" ]]; then if [[ `basename "$dir"` != "installify" ]]; then
echo "Please run this script in the Bashinstaller folder." echo "Please run this script in the installify folder."
exit 1 exit 1
fi fi