Fix typo in redirecting shell output to /dev/null

This commit is contained in:
Gilles Dartiguelongue 2015-07-15 23:23:21 +02:00
parent 456393d4db
commit 41b6c3c2bf

View file

@ -2907,7 +2907,7 @@ def running_systemd(name, cache=True):
'''\
#!/usr/bin/env bash
set -x
if ! which systemctl 1>/dev/nulll 2>/dev/null;then exit 2;fi
if ! which systemctl 1>/dev/null 2>/dev/null;then exit 2;fi
for i in \\
/run/systemd/journal/dev-log\\
/run/systemd/journal/flushed\\