From d32cc2318ce6cc6fc634ef73b97d0bbebf2feea3 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 5 May 2011 09:16:59 +0200 Subject: sys: fix hwinfo (Closes: #625501) --- handlers/sys.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handlers') 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 -- cgit v1.2.3