Bachir Soussi Chiadmi 9 年之前
父節點
當前提交
31707b7c25
共有 1 個文件被更改,包括 1 次插入1 次删除
  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