make a new file named
fix.sh
put this code there:
Put the fix.sh and bdtool where your dbdata is on the serverCode:#!/bin/bash Directory=* #CONFIGURATIONS: #Sleep Time: Time=1 for PIDS in $Directory do OPEN="$PIDS" if [[ "$OPEN" != "fix.sh" && "$OPEN" != "dbtool" ]] then sleep $Time ./dbtool -r -s $OPEN -d $OPEN fi done
then run a cron job to fix them autoblushing:


blushing:
Reply With Quote

