diff --git a/.gitignore b/.gitignore index 04204c7..2808788 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ config +*.zip diff --git a/peer_mail.sh b/peer_mail.sh index 654b3b5..e7e9a55 100755 --- a/peer_mail.sh +++ b/peer_mail.sh @@ -61,8 +61,8 @@ cd .. mv payload.zip ${stname}_profile.zip # 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_client} -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 rm -f -r -v payload