Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
#!/bin/sh
2
 
3
if [ "$2" = "up" ] || [ "$2" = "down" ]; then
4
	/sbin/service sendmail reload || :
5
fi