Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
S1OVS
openvpn-server
Commits
af303943
Commit
af303943
authored
May 22, 2018
by
Matthew Smith
Browse files
Add common name to email subject
parent
a1b148be
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/build-generic-client
View file @
af303943
...
...
@@ -83,7 +83,7 @@ if [ "$EMAIL" = "y" ]; then
#https://itunes.apple.com/us/app/openvpn-connect/id590379981
#EOM
uuencode
$OVPNFILE
$OVPNFILE
| bsd-mailx
-s
'
OpenVPN Client
'
$EMAILADDRESS
uuencode
$OVPNFILE
$OVPNFILE
| bsd-mailx
-s
"
OpenVPN Client
$OVPN_COMMONNAME
"
$EMAILADDRESS
else
echo
-n
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment