Browse Source

Distinguish from previous use

Bob Mottram 9 years ago
parent
commit
b49b51d265
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-repair-database

+ 1
- 1
src/freedombone-repair-database View File

45
 BACKUP_TYPE='daily'
45
 BACKUP_TYPE='daily'
46
 
46
 
47
 MYSQL_ROOT_PASSWORD=$(cat /root/dbpass)
47
 MYSQL_ROOT_PASSWORD=$(cat /root/dbpass)
48
-TEMPFILE=/root/repairdatabase_$DATABASE
48
+TEMPFILE=/root/repair-database-$DATABASE
49
 
49
 
50
 umask 0077
50
 umask 0077
51
 
51