ソースを参照

* 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