mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-07 02:00:41 +03:00
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
|
#!/bin/sh
|
||
|
/usr/vpnserver/vpnserver "$@"
|
||
|
exit $?
|