mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix detail with initializing Nextcloud
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
9e5f74d9fa
commit
2ec1a7173b
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ if ! [ -f "$NEXTCLOUD_DATA_DIR/skip.update" ]; then
|
|||
fi
|
||||
|
||||
# Copy over initial data from Nextcloud archive
|
||||
for dir in config data themes; do
|
||||
for dir in config data custom_apps themes; do
|
||||
if [ ! -d "/var/www/html/$dir" ] || directory_empty "/var/www/html/$dir"; then
|
||||
rsync -rlD --include "/$dir/" --exclude '/*' "$SOURCE_LOCATION/" /var/www/html/
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue