Merge remote-tracking branch 'ummeegge/ovpn-firewall-fixes' into next

This commit is contained in:
Arne Fitzenreiter
2013-01-26 20:14:27 +01:00
3 changed files with 10 additions and 8 deletions

View File

@@ -335,7 +335,9 @@ case "$1" in
;;
restart)
$0 stop
$0 stopovpn
$0 start
$0 startovpn
;;
*)
echo "Usage: $0 {start|stop|reload|restart}"