Made ninjahelper create files in /etc/backup.d with mode 600 instead of 000
[matthijs/upstream/backupninja.git] / handlers / rdiff.helper
index 066d53aecc3e663e23aaa6731a41aa5db79b979e..b68a70e71a31cfd9aa1cda1b6f89a7c1c88a210e 100644 (file)
@@ -141,7 +141,7 @@ directory = $rdiff_directory
 host = $rdiff_host
 user = $rdiff_user
 EOF
-   chmod 000 $next_filename
+   chmod 600 $next_filename
 }
 
 rdiff_main_menu() {