]> Cypherpunks.ru repositories - govpn.git/commitdiff
Let newclient.sh will search for executables in current directory
authorSergey Matveev <stargrave@stargrave.org>
Mon, 16 Nov 2015 14:02:58 +0000 (17:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 16 Nov 2015 14:02:58 +0000 (17:02 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
utils/newclient.sh

index e0d8c855b8fad14f1b3c8538242d0eb741c5b581..4d49ff4cbb199601d856dfbf84794af6c2fb1266 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh -e
 
+PATH=$PATH:.
+
 [ -n "$1" ] || {
     cat <<EOF
 Example script for creating new user peer for GoVPN.