diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst old mode 100644 new mode 100755 index 50f4dac87b..43e00d2d43 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -73,9 +73,9 @@ another device when creating the VM, and follow these instructions. #. `chown -R : /etc/swift /srv/[1-4]/ /var/run/swift` -- **Make sure to include the trailing slash after /srv/[1-4]/** #. Add to `/etc/rc.local` (before the `exit 0`):: - mkdir /var/cache/swift /var/cache/swift2 /var/cache/swift3 /var/cache/swift4 + mkdir -p /var/cache/swift /var/cache/swift2 /var/cache/swift3 /var/cache/swift4 chown : /var/cache/swift* - mkdir /var/run/swift + mkdir -p /var/run/swift chown : /var/run/swift #. Next, skip to :ref:`rsync-section`.