From c6f0dc5f4e8bcd39c4c73a3013db5fbde8452586 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 7 Apr 2024 18:31:58 +0200 Subject: [PATCH] docker: do not mention secrets.php in leftypol dockerfile --- docker/php/bootstrap.sh | 6 ------ 1 file changed, 6 deletions(-) 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/