Made ninjahelper create files in /etc/backup.d with mode 600 instead of 000
[matthijs/upstream/backupninja.git] / handlers / sys.helper
index 060e96c200af6d3539bb2336cf0a8069846753cc..a984c0513371a4bb3ac9f28a7d646c8a0f8ce909 100644 (file)
@@ -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
 }