diff options
Diffstat (limited to 'handlers/mysql.helper')
-rw-r--r-- | handlers/mysql.helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/mysql.helper b/handlers/mysql.helper index 554464b..b7efe99 100644 --- a/handlers/mysql.helper +++ b/handlers/mysql.helper @@ -64,7 +64,7 @@ $compress # backupdir = /var/backups/mysql # dbhost = localhost EOF - chmod 000 $next_filename + chmod 600 $next_filename } mysql_wizard() { |