mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
sys: fix hwinfo (Closes: #625501)
This commit is contained in:
parent
ee587946a6
commit
d32cc2318c
@ -35,6 +35,8 @@ version 0.9.9 -- UNRELEASED
|
|||||||
. Fix long rotation.
|
. Fix long rotation.
|
||||||
. Make units clearer (Closes Redmine bug #2737)
|
. Make units clearer (Closes Redmine bug #2737)
|
||||||
. Do arithmetic using bash rather than bc (Closes: #603173)
|
. Do arithmetic using bash rather than bc (Closes: #603173)
|
||||||
|
sys:
|
||||||
|
. Fix hwinfo (Closes: #625501)
|
||||||
tar:
|
tar:
|
||||||
. Install by default. (Closes Redmine bug #2907)
|
. Install by default. (Closes Redmine bug #2907)
|
||||||
helper changes
|
helper changes
|
||||||
|
@ -542,7 +542,7 @@ fi
|
|||||||
#
|
#
|
||||||
|
|
||||||
if [ "$hardware" == "yes" ]; then
|
if [ "$hardware" == "yes" ]; then
|
||||||
if [ "dohwinfo" == "yes" ]; then
|
if [ "$dohwinfo" == "yes" ]; then
|
||||||
if [ -f $hardwarefile ]; then
|
if [ -f $hardwarefile ]; then
|
||||||
rm $hardwarefile
|
rm $hardwarefile
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user