Added mbfile check to montly maintenance
This commit is contained in:
parent
931819b87b
commit
3438ac9010
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# MBSE BBS Monthly - Should be run at the first of the month at 00:10
|
||||
# MBSE BBS Monthly - Should be run at the first day of the month at 01:30
|
||||
#
|
||||
# $Id$
|
||||
|
||||
@ -17,3 +17,7 @@ fi
|
||||
while [ -f $MBSE_ROOT/var/sema/upsalarm ]; do
|
||||
sleep 60
|
||||
done
|
||||
|
||||
# Check files database and download areas.
|
||||
#
|
||||
$MBSE_ROOT/bin/mbfile check index -quiet
|
||||
|
Reference in New Issue
Block a user