add missing /

This commit is contained in:
Schnello 2016-10-16 10:37:41 +02:00 committed by Morris Jobke
parent 5a31973af5
commit d86b7cff86
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A

View File

@ -156,8 +156,8 @@ replace the ``htuser`` and ``htgroup`` variables with your HTTP user and group::
mkdir -p $ocpath/updater
printf "chmod Files and Directories\n"
find ${ocpath} -type f -print0 | xargs -0 chmod 0640
find ${ocpath} -type d -print0 | xargs -0 chmod 0750
find ${ocpath}/ -type f -print0 | xargs -0 chmod 0640
find ${ocpath}/ -type d -print0 | xargs -0 chmod 0750
printf "chown Directories\n"
chown -R ${rootuser}:${htgroup} ${ocpath}/