diff options
author | Micah Anderson <micah@riseup.net> | 2005-11-04 23:35:29 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2005-11-04 23:35:29 +0000 |
commit | e005e25e1af5fc951d4cbcffab73f0637bca2058 (patch) | |
tree | a283ae080af2e16d1aa50bf78f78b03bfe494d30 /handlers/mysql.helper | |
parent | 25e9a9cb17cc7240bac8ddd811f4701af1a92178 (diff) | |
download | backupninja-e005e25e1af5fc951d4cbcffab73f0637bca2058.tar.gz backupninja-e005e25e1af5fc951d4cbcffab73f0637bca2058.tar.bz2 |
Made ninjahelper create files in /etc/backup.d with mode 600 instead of 000
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() { |