From: Sergey Matveev Date: Sun, 10 Jan 2016 13:03:12 +0000 (+0300) Subject: up.sh is not forcefully required X-Git-Tag: 5.1^2~6 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=867a8de03177abf0a5d678e6ce5cf0d0963ca207 up.sh is not forcefully required Signed-off-by: Sergey Matveev --- 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