浏览代码

Send warning email

Bob Mottram 10 年前
父节点
当前提交
e2223cde9b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt 查看文件

@@ -7172,7 +7172,7 @@ if grep -q "Error" "$TEMPFILE"; then
7172 7172
     mysql -u root --password=$MYSQL_ROOT_PASSWORD $DATABASE -o < /var/backups/$DATABASE_daily.sql
7173 7173
 
7174 7174
     # Send a warning email
7175
-    echo "$DATABASE database corruption could not be repaired. Restored from backup." $EMAIL
7175
+    echo "$DATABASE database corruption could not be repaired. Restored from backup." | mail -s "Freedombone database maintenance" $EMAIL
7176 7176
     rm -f $TEMPFILE
7177 7177
 
7178 7178
     exit 1