nginx.sh updated

This commit is contained in:
Fr4nz D13trich 2025-10-08 10:39:18 +02:00
parent 1c26bfa818
commit da94961fc1

View file

@ -29,11 +29,11 @@ else
break
elif [[ "$install" == "n" || "$install" = "N" ]]; then
echo -e "Dependencies not installed... Exiting"
echo -e "\nDependencies not installed... Exiting\n"
exit 1
else
echo -e "Invalid response... Try again...\n\nY = (Yes install $bin)\nN = (No, don't install dependencies and exit)\n "
echo -e "\nInvalid response... Try again...\n\nY = (Yes, install $bin)\nN = (No, don't install dependencies and exit)\n "
fi
done
fi