send the config directly to the client
This commit is contained in:
parent
659c80ccb2
commit
ed0e8bd5ec
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
config
|
config
|
||||||
|
*.zip
|
||||||
|
|
|
@ -61,8 +61,8 @@ cd ..
|
||||||
mv payload.zip ${stname}_profile.zip
|
mv payload.zip ${stname}_profile.zip
|
||||||
|
|
||||||
# sent the message
|
# sent the message
|
||||||
mutt -s "WireGate VPN for ${email_client}" ${email_destination} -a ${stname}_profile.zip < mail.md
|
#mutt -s "WireGate VPN for ${email_client}" ${email_destination} -a ${stname}_profile.zip < mail.md
|
||||||
#mutt -s "WireGate VPN for ${email_client}" ${email_client} -a ${stname}_profile.zip < mail.md
|
mutt -s "WireGate VPN for ${email_client}" ${email_client} -a ${stname}_profile.zip < mail.md
|
||||||
|
|
||||||
rm -f -r -v payload
|
rm -f -r -v payload
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue