This commit is contained in:
Alexandre
2024-11-22 16:25:41 +01:00
committed by GitHub
parent 2b0fbdbe3d
commit ca856098a4
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ if [ -f /data/config/www/nextcloud/config/config.php ]; then
datadirectory="$(sed -n "s|.*datadirectory.*' => '*\(.*[^ ]\) *',.*|\1|p" /data/config/www/nextcloud/config/config.php)"
echo "... data directory detected : $datadirectory"
else
datadirectory=/share/nextcloud
datadirectory=/config/data
echo "Nextcloud is not installed yet, the default data directory is : $datadirectory. You can change it during nextcloud installation."
fi