Bachir Soussi Chiadmi hace 10 años
padre
commit
31707b7c25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 [start != 'y']; then
+if [st != 'y']; then
   exit
 fi