mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-05 16:45:00 +02:00
update
This commit is contained in:
@@ -124,6 +124,6 @@
|
|||||||
"slug": "nextcloud_ocr",
|
"slug": "nextcloud_ocr",
|
||||||
"uart": true,
|
"uart": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||||
"version": "27.0.1-4",
|
"version": "27.0.1-5",
|
||||||
"webui": "https://[HOST]:[PORT:443]"
|
"webui": "https://[HOST]:[PORT:443]"
|
||||||
}
|
}
|
||||||
@@ -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}"/
|
||||||
chmod +x "${ocpath}"/occ
|
chmod +x "${ocpath}"/occ
|
||||||
for folder in "${ocpath}"/apps/ "${ocpath}"/assets/ "${ocpath}"/config/ "${ocpath}"/data/ "${ocpath}"/themes/ "${datadirectory}" /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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user