Ver Fonte

missing fi

Daniel Gibbs há 10 anos atrás
pai
commit
7e732a2f6f
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      functions/command_stop.sh

+ 2 - 3
functions/command_stop.sh

@@ -139,7 +139,8 @@ elif [ "${engine}" == "source" ]; then
 elif [ "${engine}" == "goldsource" ]; then
 	fn_stop_graceful_goldsource
 else
-	fn_stop_tmux	
+	fn_stop_tmux
+fi		
 }
 
 fn_stop_teamspeak3(){
@@ -196,7 +197,5 @@ else
 fi
 }
 
-
-
 check.sh
 fn_stop_pre_check