send the config directly to the client

This commit is contained in:
Daniel afx 2024-06-19 10:09:44 +00:00
parent 659c80ccb2
commit ed0e8bd5ec
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
config config
*.zip

View file

@ -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