diff options
author | Deepti Kulkarni <deepti@vyatta.com> | 2012-03-23 05:14:29 -0700 |
---|---|---|
committer | Deepti Kulkarni <deepti@vyatta.com> | 2012-03-23 05:14:29 -0700 |
commit | 967ea17127098845b8edac34ef22414f5512a0d8 (patch) | |
tree | b84e854ecb9cce3cc2c04fbdc1325afe7d0ac9fc | |
parent | 03f507503bea73b4dc921426f892d854970373a9 (diff) | |
download | vyatta-op-967ea17127098845b8edac34ef22414f5512a0d8.tar.gz vyatta-op-967ea17127098845b8edac34ef22414f5512a0d8.zip |
Updating the changed openvpn show command
-rwxr-xr-x | functions/tech-support | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/tech-support b/functions/tech-support index 570ef2d..ca10f42 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -526,7 +526,7 @@ if cli-shell-api existsActive interfaces openvpn; then header OpenVPN Interfaces show interfaces openvpn detail header OpenVPN Server Status - show openvpn status server + show openvpn server status else echo "OpenVPN is not configured" fi |