Create install

pull/16/head
TheDragonkeeper 2017-11-07 23:03:13 +00:00 committed by GitHub
parent dca44c3726
commit c8fb34d29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

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