Project

General

Profile

Paste
Download (225 Bytes) Statistics
| Branch: | Revision:

root / bin / d7-all-security-review.sh @ f92204ef

1
#!/bin/sh
2

    
3
. /home/assos/bin/scripts-config.sh
4

    
5
# grep -v success to keep site_name and error lines.
6
bash -c "d7-all-drush.sh security-review --store |& grep -v success | mail -s d7-all-security-review.sh $email_multi_assos"