Update octoprint-server-install.sh

This commit is contained in:
Steve Zabka
2021-08-16 22:15:20 +02:00
committed by GitHub
parent 17cb6f8a62
commit c760deeece

View File

@@ -22,7 +22,7 @@
############################################################################################################################################################
function requirement-check {
echo "Installation of Octoprint!"
echo "Installation of Octoprint (Server)!"
echo -n "Do you wish to install this on your Linux distribution (y/n)?"
read answer
if [ "$answer" != "${answer#[Yy]}" ] ;then