mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-03-15 12:49:18 +03:00
4 lines
48 B
Bash
4 lines
48 B
Bash
#!/bin/sh
|
|
/usr/vpnserver/vpnserver "$@"
|
|
exit $?
|