1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 18:20:40 +03:00
SoftEtherVPN/debian/bin/vpnserver
2014-02-06 01:36:42 +09:00

4 lines
48 B
Bash

#!/bin/sh
/opt/vpnserver/vpnserver "$@"
exit $?