mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 03:06:08 +02:00
move lockfile to /var/www/html
/var/lock is not likely shared across Nextcloud app server containers Borrowed this idea from @remram44's patch in #1905. Signed-off-by: Adam Monsen <haircut@gmail.com>
This commit is contained in:
parent
e1cf8e6bc1
commit
400409b872
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
|
||||||
|
|
||||||
echo "Initializing finished"
|
echo "Initializing finished"
|
||||||
fi
|
fi
|
||||||
) 9> /var/lock/nextcloud-init-sync.lock
|
) 9> /var/www/html/nextcloud-init-sync.lock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update htaccess after init if requested
|
# Update htaccess after init if requested
|
||||||
|
|
Loading…
Add table
Reference in a new issue