mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 12:22:40 +01:00
sys: fix sysctl -a info in sysreport
This commit is contained in:
parent
732715e1f0
commit
297f3f8562
@ -319,7 +319,7 @@ if [ -f /etc/cluster.conf -o -f /etc/cluster.xml ] ; then
|
||||
fi
|
||||
|
||||
STATUS="Gathering sysctl information (sysctl -a):"
|
||||
catiffile "sysctl -a 2>/dev/null"
|
||||
catifexec "/sbin/sysctl" "-a"
|
||||
STATUS="Gathering sysctl information (/etc/sysctl.conf):"
|
||||
catiffile "/etc/sysctl.conf"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user