Bachir Soussi Chiadmi il y a 10 ans
Parent
commit
32c4cefbb9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      install-debian-server.sh

+ 1 - 1
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