diff options
| -rwxr-xr-x | scripts/runqemu-export-rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-export-rootfs b/scripts/runqemu-export-rootfs index 79403ab29f..40ab20143f 100755 --- a/scripts/runqemu-export-rootfs +++ b/scripts/runqemu-export-rootfs | |||
| @@ -121,7 +121,7 @@ case "$1" in | |||
| 121 | echo "Error starting nfsd" | 121 | echo "Error starting nfsd" |
| 122 | exit 1 | 122 | exit 1 |
| 123 | fi | 123 | fi |
| 124 | Check to make sure everything started ok. | 124 | # Check to make sure everything started ok. |
| 125 | if [ ! -f $NFSPID ]; then | 125 | if [ ! -f $NFSPID ]; then |
| 126 | echo "rpc.nfsd did not start correctly" | 126 | echo "rpc.nfsd did not start correctly" |
| 127 | exit 1 | 127 | exit 1 |
