From 4c50e3a8e1af930d9be8317e3bf68cd9b76ef036 Mon Sep 17 00:00:00 2001 From: Michael Babker Date: Sat, 25 Jul 2015 16:15:45 -0400 Subject: [PATCH] Copy/paste errors, enough said --- apache/docker-entrypoint.sh | 2 +- docker-entrypoint.sh | 2 +- fpm/docker-entrypoint.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache/docker-entrypoint.sh b/apache/docker-entrypoint.sh index 1622e0d..6770ba0 100755 --- a/apache/docker-entrypoint.sh +++ b/apache/docker-entrypoint.sh @@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then if [ ! -e .htaccess ]; then # NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess - cp /joomla-htaccess .htaccess + cp /joomla-htaccess.txt .htaccess chown www-data:www-data .htaccess fi diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 1622e0d..6770ba0 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then if [ ! -e .htaccess ]; then # NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess - cp /joomla-htaccess .htaccess + cp /joomla-htaccess.txt .htaccess chown www-data:www-data .htaccess fi diff --git a/fpm/docker-entrypoint.sh b/fpm/docker-entrypoint.sh index 1622e0d..6770ba0 100755 --- a/fpm/docker-entrypoint.sh +++ b/fpm/docker-entrypoint.sh @@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then if [ ! -e .htaccess ]; then # NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess - cp /joomla-htaccess .htaccess + cp /joomla-htaccess.txt .htaccess chown www-data:www-data .htaccess fi