FIX #8: webroot chowning in background
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
echo "# chowning ${PATH_WEBROOT} to ${PUID}:${GROUPNAME}..."
|
||||
|
||||
chown "${PUID}:${GROUPNAME}" "${PATH_WEBROOT}" -R
|
||||
find "${PATH_WEBROOT}" -type d -exec chmod 0755 {} \;
|
||||
find "${PATH_WEBROOT}" -type f -exec chmod 0644 {} \;
|
||||
find "${PATH_WEBROOT}" -type d -exec chmod 0755 {} \; &
|
||||
find "${PATH_WEBROOT}" -type f -exec chmod 0644 {} \; &
|
||||
|
||||
Reference in New Issue
Block a user