32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-05-29 12:30:47 +00:00

Copy/paste errors, enough said

This commit is contained in:
Michael Babker 2015-07-25 16:15:45 -04:00
parent ba5df1da80
commit 4c50e3a8e1
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then
if [ ! -e .htaccess ]; then if [ ! -e .htaccess ]; then
# NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess # 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 chown www-data:www-data .htaccess
fi fi

View File

@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then
if [ ! -e .htaccess ]; then if [ ! -e .htaccess ]; then
# NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess # 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 chown www-data:www-data .htaccess
fi fi

View File

@ -46,7 +46,7 @@ if ! [ -e index.php -a -e libraries/cms/version/version.php ]; then
if [ ! -e .htaccess ]; then if [ ! -e .htaccess ]; then
# NOTE: The "Indexes" option is disabled in the php:apache base image so we use a customized .htaccess # 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 chown www-data:www-data .htaccess
fi fi