From 32c4cefbb95d06c1c5a87bffce3f7166907fa296 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 12 Mar 2015 18:40:14 +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 e0c7c42..158306d 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 [st != 'y']; then +if [$st != 'y']; then exit fi