From 496780b3ebe100df4372b243006a08aed53f9681 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Jun 2010 00:38:39 +0200 Subject: [PATCH] network: Add restart command. --- network | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network b/network index 0a2cfdaa..e586da7b 100755 --- a/network +++ b/network @@ -58,6 +58,11 @@ case "${action}" in cli_stop $@ ;; + restart) + cli_stop $@ + cli_start $@ + ;; + show) cli_show $@ ;; -- 2.47.3