aboutsummaryrefslogtreecommitdiff
path: root/handlers/sys.helper
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2005-11-04 23:35:29 +0000
committerMicah Anderson <micah@riseup.net>2005-11-04 23:35:29 +0000
commite005e25e1af5fc951d4cbcffab73f0637bca2058 (patch)
treea283ae080af2e16d1aa50bf78f78b03bfe494d30 /handlers/sys.helper
parent25e9a9cb17cc7240bac8ddd811f4701af1a92178 (diff)
downloadbackupninja-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/sys.helper')
-rw-r--r--handlers/sys.helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sys.helper b/handlers/sys.helper
index 060e96c..a984c05 100644
--- a/handlers/sys.helper
+++ b/handlers/sys.helper
@@ -27,6 +27,6 @@ $hardware
# partitionsfile = /var/backups/partitions.__star__.txt
# hardwarefile = /var/backups/hardware.txt
EOF
- chmod 000 $next_filename
+ chmod 600 $next_filename
}