瀏覽代碼

* Correción de errores

Guzmán Castanedo Villalba 6 年之前
父節點
當前提交
86f8f6908b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      check-sites

+ 2 - 0
check-sites

@@ -182,10 +182,12 @@ while true; do
 		--nginx)
 			nginx=true
 			apache=false
+			shift
 			;;
 		--apache)
 			nginx=false
 			apache=true
+			shift
 			;;
 		--no-email)
 			email=false