mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-27 16:30:32 +02:00
Github bot : script beautyshied
This commit is contained in:
@@ -38,7 +38,7 @@ find "${ocpath}"/ -type d -exec chmod 0750 {} \;
|
|||||||
printf "chown Directories. This could take some time, please wait...\n"
|
printf "chown Directories. This could take some time, please wait...\n"
|
||||||
chown -R ${rootuser}:${htgroup} "${ocpath}"/
|
chown -R ${rootuser}:${htgroup} "${ocpath}"/
|
||||||
for folder in "${ocpath}"/apps/ "${ocpath}"/assets/ "${ocpath}"/config/ "${ocpath}"/data/ "${ocpath}"/themes/ /ssl/nextcloud/keys; do
|
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
|
done
|
||||||
|
|
||||||
printf "chmod/chown .htaccess\n"
|
printf "chmod/chown .htaccess\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user