You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be overridden by the user config file unless it was put in a separate variable (eg LOC_CMDLINE or so) and pulled in after user config is read around line 113 (eg if [ -n "$LOC_CMDLINE" ]; then LOC="$LOC_CMDLINE"; echo "Location overridden by commandline to $LOC_CMDLINE"; fi or so).
Can you add in the option to request a region/server via the case block?
and then in the if [ -n "$OPT_SHOWHELP" ] block, add:
echo " -l, --location <region> Specify the region/location for the WireGuard config"
The text was updated successfully, but these errors were encountered: