aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-05-05 09:16:59 +0200
committerintrigeri <intrigeri@boum.org>2011-05-05 09:17:37 +0200
commitd32cc2318ce6cc6fc634ef73b97d0bbebf2feea3 (patch)
treefd425f755f7e595ff2fa1b389c9759c5564d9848 /handlers
parentee587946a67c6b52f5a8ce6ceb565d57e593e0d6 (diff)
downloadbackupninja-d32cc2318ce6cc6fc634ef73b97d0bbebf2feea3.tar.gz
backupninja-d32cc2318ce6cc6fc634ef73b97d0bbebf2feea3.tar.bz2
sys: fix hwinfo (Closes: #625501)
Diffstat (limited to 'handlers')
-rwxr-xr-xhandlers/sys.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sys.in b/handlers/sys.in
index 101745c..12d8f59 100755
--- a/handlers/sys.in
+++ b/handlers/sys.in
@@ -542,7 +542,7 @@ fi
#
if [ "$hardware" == "yes" ]; then
- if [ "dohwinfo" == "yes" ]; then
+ if [ "$dohwinfo" == "yes" ]; then
if [ -f $hardwarefile ]; then
rm $hardwarefile
fi