We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e93f4 commit 2bc1036Copy full SHA for 2bc1036
docker-entrypoint.sh
@@ -280,7 +280,7 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ] || [ "${NEXTCLOUD_UP
280
for cfgPath in /usr/src/nextcloud/config/*.php; do
281
cfgFile=$(basename "$cfgPath")
282
283
- if [ "$cfgFile" != "config.sample.php" ]; then
+ if [ "$cfgFile" != "config.sample.php" ] && [ "$cfgFile" != "autoconfig.php" ]; then
284
if ! cmp -s "/usr/src/nextcloud/config/$cfgFile" "/var/www/html/config/$cfgFile"; then
285
echo "Warning: /var/www/html/config/$cfgFile differs from the latest version of this image at /usr/src/nextcloud/config/$cfgFile"
286
fi
0 commit comments