X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fsys.helper;h=21e53707e8452fc02445e92cbf19444b015f8efb;hb=40a106a0f2ddddba622bd7206a51a76c09e7ad01;hp=060e96c200af6d3539bb2336cf0a8069846753cc;hpb=7c940ad3b22bd383337663793b917bc999b853cd;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/sys.helper b/handlers/sys.helper index 060e96c..21e5370 100644 --- a/handlers/sys.helper +++ b/handlers/sys.helper @@ -1,3 +1,5 @@ +# -*- mode: sh; sh-basic-offset: 8; indent-tabs-mode: nil; -*- + HELPERS="$HELPERS sys:general_hardware_and_system_info" sys_wizard() { @@ -27,6 +29,6 @@ $hardware # partitionsfile = /var/backups/partitions.__star__.txt # hardwarefile = /var/backups/hardware.txt EOF - chmod 000 $next_filename + chmod 600 $next_filename }