diff options
Diffstat (limited to 'handlers')
-rwxr-xr-x | handlers/sys.in | 2 |
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 |