mirror of
https://github.com/joomla-docker/docker-joomla.git
synced 2025-01-09 08:19:52 +00:00
Updated all the images with the permissional fix.
This commit is contained in:
parent
d90c4f65ac
commit
6407e1befb
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
@ -202,6 +202,10 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
|
||||
|
||||
# Check the exit status of the PHP command
|
||||
if [ $? -eq 0 ]; then
|
||||
# Set configuration to correct owner
|
||||
chown "$user:$group" configuration.php
|
||||
# Set configuration to correct permissions
|
||||
chmod 444 configuration.php
|
||||
# The PHP command succeeded (so we remove the installation folder)
|
||||
rm -rf installation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user