Bachir Soussi Chiadmi %!s(int64=10) %!d(string=hai) anos
pai
achega
32c4cefbb9
Modificáronse 1 ficheiros con 1 adicións e 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 [st != 'y']; then
+if [$st != 'y']; then
   exit
 fi