Skip to content

Commit

Permalink
fix test, Closes: #780733
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Mar 19, 2015
1 parent 01b8d9f commit ecaa73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai
Expand Up @@ -116,7 +116,7 @@ fai_init() {
fi
pgrep rpc.statd > /dev/null || rpc.statd # idmapd needs this

if grep -wq devpts /proc/mounts; then
if ! grep -wq devpts /proc/mounts; then
mount -t devpts devpts /dev/pts
fi
cat /proc/kmsg >/dev/tty4 &
Expand Down

0 comments on commit ecaa73d

Please sign in to comment.