'fixed missing fi'

This commit is contained in:
Tobias Powalowski 2009-06-17 17:51:50 +02:00
parent 4096cfacc8
commit a6bc420c02

View file

@ -123,6 +123,8 @@ else
PS1="ramfs$ " /bin/sh -i PS1="ramfs$ " /bin/sh -i
msg "Trying to continue (this will most likely fail)..." msg "Trying to continue (this will most likely fail)..."
fi fi
fi
fi
if [ -f "/message" ]; then if [ -f "/message" ]; then
msg "$(cat /message)" msg "$(cat /message)"
fi fi