From 867a8de03177abf0a5d678e6ce5cf0d0963ca207 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 10 Jan 2016 16:03:12 +0300 Subject: [PATCH] up.sh is not forcefully required Signed-off-by: Sergey Matveev --- utils/newclient.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/utils/newclient.sh b/utils/newclient.sh index a57becb..2c2a811 100755 --- a/utils/newclient.sh +++ b/utils/newclient.sh @@ -38,17 +38,4 @@ Verifier was generated with: $(dirname $0)/storekey.sh /tmp/passphrase govpn-verifier -key /tmp/passphrase - -Create up.sh script that will output on the first line TAP interface -name that must be used for the peer. For example: - - % umask 077 - % ed /path/to/up.sh - a - #!/bin/sh - echo tap0 - . - wq - 20 - % chmod +x /path/to/up.sh EOF -- 2.44.0