index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 15:25:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-20 15:25:29 +0000 |
commit | 943ce56974dd4306b6b9d35b4cfbf118323b4835 (patch) | |
tree | 892a5729529f2852f2c3e10e38be27d07482c7c6 /archinstall.py | |
parent | bcb4a2d6183e8e6ae8cdf97282f1ba340fcc45b1 (diff) |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index 8756d9f1..5221e337 100644 --- a/archinstall.py +++ b/archinstall.py @@ -172,7 +172,7 @@ class sys_command(): lower = output.lower() if 'triggers' in self.opts: for trigger in list(self.opts['triggers']): - if trigger.lower() in lower: + if trigger.lower() in trace_log.lower(): if 'debug' in self.opts and self.opts['debug']: print('[N] Writing to subsystem: {}'.format(self.opts['triggers'][trigger])) os.write(child_fd, self.opts['triggers'][trigger]) |