more dual

This commit is contained in:
shelleycat485 2020-05-05 00:05:10 +01:00
parent 5330454f2b
commit 4e3a58702f
4 changed files with 13 additions and 25 deletions

View file

@ -29,8 +29,8 @@ fi
# Handle redirecting to specific functions based on arguments
case "$1" in
wg ) "${scriptDir}/wireguard/pivpn" "${@:2}";;
opv ) "${scriptDir}/openvpn/pivpn" "${@:2}";;
wg ) "${scriptDir}/wireguard/pivpn.sh" "${@:2}";;
opv ) "${scriptDir}/openvpn/pivpn.sh" "${@:2}";;
"-h" | "help" ) showHelp;;
* ) showHelp;;
esac