mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Improvement : use 755
This commit is contained in:
@@ -24,9 +24,9 @@ else
|
||||
datadirectory=/config/data
|
||||
echo "Nextcloud is not installed yet, the default data directory is : $datadirectory. You can change it during nextcloud installation."
|
||||
mkdir -p /config/data
|
||||
chmod 777 /config/data
|
||||
chmod 755 /config/data
|
||||
mkdir -p /share/nextcloud
|
||||
chmod 777 /share/nextcloud
|
||||
chmod 755 /share/nextcloud
|
||||
fi
|
||||
|
||||
# Is the directory valid
|
||||
|
||||
Reference in New Issue
Block a user