Github bot : script beautyshied

This commit is contained in:
github-actions
2023-07-23 00:13:38 +00:00
parent e089d5cc33
commit 824cab4db9

View File

@@ -38,7 +38,7 @@ find "${ocpath}"/ -type d -exec chmod 0750 {} \;
printf "chown Directories. This could take some time, please wait...\n"
chown -R ${rootuser}:${htgroup} "${ocpath}"/
for folder in "${ocpath}"/apps/ "${ocpath}"/assets/ "${ocpath}"/config/ "${ocpath}"/data/ "${ocpath}"/themes/ /ssl/nextcloud/keys; do
chown -R ${htuser}:${htgroup} "$folder" || true
chown -R ${htuser}:${htgroup} "$folder" || true
done
printf "chmod/chown .htaccess\n"