diff options
Diffstat (limited to 'handlers/sys.helper')
-rw-r--r-- | handlers/sys.helper | 2 |
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 } |