diff --git a/install-debian-server.sh b/install-debian-server.sh index df38a22..e0c7c42 100644 --- a/install-debian-server.sh +++ b/install-debian-server.sh @@ -13,7 +13,7 @@ echo "Please run this script as root" echo -n "Should we start? [Y:n]" read st st=${st:-y} -if [start != 'y']; then +if [st != 'y']; then exit fi