runqemu-export-rootfs: Fix missing # in comment

(From OE-Core rev: 38785af0ca0b020574b32b9e3b21129469a35c94)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2014-02-19 23:08:25 -08:00 committed by Richard Purdie
parent 54562006c1
commit 39b98e49f2
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ case "$1" in
echo "Error starting nfsd"
exit 1
fi
Check to make sure everything started ok.
# Check to make sure everything started ok.
if [ ! -f $NFSPID ]; then
echo "rpc.nfsd did not start correctly"
exit 1