instruction command was not documented in right format.

Instructions for a Multiple Server Swift Installation (Ubuntu) doc
for creating /var/run/swift and changing owner command were not
using the right format. Missing two colons.

Change-Id: Ie23007a0da498373fbfb137c7edb3d80813c6ba5
Fixes: bug #1158310
This commit is contained in:
tong li 2013-03-21 09:45:13 -04:00
parent 3cf99ecc33
commit c1dfe891e7

@ -90,7 +90,7 @@ General OS configuration and partitioning for each node
which Swift services will run under. Since the directory is only needed for runtime,
when system shuts down, the directory will be gone. It is necessary to have
the directory recreated when system is restarted. To do that, also add the
following lines into /etc/rc.local before line "exit 0".
following lines into /etc/rc.local before line "exit 0".::
mkdir -p /var/run/swift
chown swift:swift /var/run/swift