Merge branch 'patch-1' into 'master'

Update sys.in: add missing "disk" flag

See merge request riseuplabs/backupninja!24
This commit is contained in:
Guillaume Subiron 2020-08-14 05:21:42 -07:00
commit 0742c593b9

View File

@ -594,7 +594,7 @@ if [ "$hardware" == "yes" ]; then
echo -e "\n\n====================== summary ======================\n" >> $hardwarefile
debug "$HWINFO --short --cpu --network --disk --pci >> $hardwarefile"
$HWINFO --short --cpu --network --disk --pci >> $hardwarefile
for flag in cpu network bios pci; do
for flag in cpu network disk bios pci; do
echo -e "\n\n====================== $flag ======================\n" >> $hardwarefile
$HWINFO --$flag >> $hardwarefile
done