diff --git a/mail.sh b/mail.sh index 8973343..fae5ea1 100755 --- a/mail.sh +++ b/mail.sh @@ -1,8 +1,4 @@ #!/bin/bash - -MAILFROM=$(cat ~/.host_mail) MAILTO=$(cat "$HOME/.admin_mail") - SUBJECT=$1 - -cat | mailx -s "$SUBJECT" -r "$MAILFROM" "$MAILTO" \ No newline at end of file +cat | mailx -s "$SUBJECT" -r "$MAILFROM" "$MAILTO"