[image-guide] fix bash syntax error in a sample rc.local script

Add "fi" to the end of the "if" cycle in a sample rc.local script
to avoid bash syntax error.

Change-Id: I3fa83236f162ceadba724543f26d9058726a3582
Closes-Bug: #1474793
This commit is contained in:
makocchi 2015-07-15 21:05:45 +09:00
parent de96c974ec
commit 9b208b2627

View File

@ -261,6 +261,7 @@ while [ ! -f /root/.ssh/authorized_keys ]; do
echo "*****************" echo "*****************"
cat /root/.ssh/authorized_keys cat /root/.ssh/authorized_keys
echo "*****************" echo "*****************"
fi
done</programlisting> done</programlisting>
<note> <note>
<para>Some VNC clients replace the colon (<literal>:</literal>) with a semicolon <para>Some VNC clients replace the colon (<literal>:</literal>) with a semicolon