Create install

This commit is contained in:
TheDragonkeeper
2017-11-07 23:03:13 +00:00
committed by GitHub
parent dca44c3726
commit c8fb34d29e

View File

@@ -0,0 +1,7 @@
#!/bin/bash
if [ ! -f /usr/bin/SENDMAIL ]; then
mv sendemail.py /usr/bin/
mv SENDMAIL /usr/bin/
chmod +rx /usr/bin/SENDMAIL
fi