From 31707b7c2545d52152af7020940ff5a294f58d34 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 12 Mar 2015 18:39:11 +0100 Subject: [PATCH] debug --- install-debian-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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