Create install
parent
dca44c3726
commit
c8fb34d29e
|
@ -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
|
Loading…
Reference in New Issue