mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-21 03:58:10 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
### 26.0.1-2 (30-04-2023)
|
||||
- Minor bugs fixed
|
||||
- Chmod only data folder subdirectories https://github.com/alexbelgium/hassio-addons/issues/818
|
||||
|
||||
## 26.0.1 (29-04-2023)
|
||||
- Update to latest version from linuxserver/docker-nextcloud
|
||||
|
||||
@@ -31,8 +31,8 @@ if [[ "$datadirectory" == *"/mnt/"* ]] && [ ! -f "$datadirectory"/index.html ];
|
||||
fi
|
||||
|
||||
mkdir -p "$datadirectory"
|
||||
chmod 755 -R "$datadirectory"
|
||||
chown -R "$PUID:$PGID" "$datadirectory"
|
||||
chmod 755 -R "$datadirectory"/* &>/dev/null || true
|
||||
chown -R "$PUID:$PGID" "$datadirectory"/* &>/dev/null || true
|
||||
|
||||
######################
|
||||
# Modify config.json #
|
||||
|
||||
Reference in New Issue
Block a user