mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
Merge branch 'patch-1' into 'master'
Update sys.in: add missing "disk" flag See merge request riseuplabs/backupninja!24
This commit is contained in:
commit
0742c593b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user