diff --git a/docker/php/bootstrap.sh b/docker/php/bootstrap.sh index 36aed8b9..f7d2c4f4 100755 --- a/docker/php/bootstrap.sh +++ b/docker/php/bootstrap.sh @@ -73,12 +73,6 @@ done # Copy an empty instance configuration if the file is a link (it was linked because it did not exist before). set_cfg 'instance-config.php' -set_cfg 'secrets.php' - -# Initialize an empty writable secrests.php with the default if it doesn't exist. -#touch /var/www/inc/secrets.php -#chown www-data /var/www/inc/secrets.php -#chgrp www-data /var/www/inc/secrets.php # Link the composer dependencies. ln -nfs /code/vendor /var/www/