mirror of
https://github.com/friendica/docker
synced 2025-01-01 10:35:21 +01:00
Merge pull request #86 from nupplaphil/bug/hf_set_param
Hotfix: wrong set parameter
This commit is contained in:
commit
deab822b60
7 changed files with 21 additions and 7 deletions
|
@ -3,7 +3,7 @@ set -eu
|
|||
|
||||
# run an command with the www-data user
|
||||
run_as() {
|
||||
set -- -eu -c "cd /var/www/html; $*"
|
||||
set -- -c "cd /var/www/html; $*"
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
su - www-data -s /bin/sh "$@"
|
||||
else
|
||||
|
@ -105,6 +105,8 @@ setup_ssmtp() {
|
|||
fi
|
||||
}
|
||||
|
||||
run_as "echo 'test';"
|
||||
|
||||
# just check if we execute apache or php-fpm
|
||||
if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
installed_version="0.0.0.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ set -eu
|
|||
|
||||
# run an command with the www-data user
|
||||
run_as() {
|
||||
set -- -eu -c "cd /var/www/html; $*"
|
||||
set -- -c "cd /var/www/html; $*"
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
su - www-data -s /bin/sh "$@"
|
||||
else
|
||||
|
@ -105,6 +105,8 @@ setup_ssmtp() {
|
|||
fi
|
||||
}
|
||||
|
||||
run_as "echo 'test';"
|
||||
|
||||
# just check if we execute apache or php-fpm
|
||||
if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
installed_version="0.0.0.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ set -eu
|
|||
|
||||
# run an command with the www-data user
|
||||
run_as() {
|
||||
set -- -eu -c "cd /var/www/html; $*"
|
||||
set -- -c "cd /var/www/html; $*"
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
su - www-data -s /bin/sh "$@"
|
||||
else
|
||||
|
@ -105,6 +105,8 @@ setup_ssmtp() {
|
|||
fi
|
||||
}
|
||||
|
||||
run_as "echo 'test';"
|
||||
|
||||
# just check if we execute apache or php-fpm
|
||||
if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
installed_version="0.0.0.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ set -eu
|
|||
|
||||
# run an command with the www-data user
|
||||
run_as() {
|
||||
set -- -eu -c "cd /var/www/html; $*"
|
||||
set -- -c "cd /var/www/html; $*"
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
su - www-data -s /bin/sh "$@"
|
||||
else
|
||||
|
@ -105,6 +105,8 @@ setup_ssmtp() {
|
|||
fi
|
||||
}
|
||||
|
||||
run_as "echo 'test';"
|
||||
|
||||
# just check if we execute apache or php-fpm
|
||||
if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
installed_version="0.0.0.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ set -eu
|
|||
|
||||
# run an command with the www-data user
|
||||
run_as() {
|
||||
set -- -eu -c "cd /var/www/html; $*"
|
||||
set -- -c "cd /var/www/html; $*"
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
su - www-data -s /bin/sh "$@"
|
||||
else
|
||||
|
@ -105,6 +105,8 @@ setup_ssmtp() {
|
|||
fi
|
||||
}
|
||||
|
||||
run_as "echo 'test';"
|
||||
|
||||
# just check if we execute apache or php-fpm
|
||||
if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
installed_version="0.0.0.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ set -eu
|
|||
|
||||
# run an command with the www-data user
|
||||
run_as() {
|
||||
set -- -eu -c "cd /var/www/html; $*"
|
||||
set -- -c "cd /var/www/html; $*"
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
su - www-data -s /bin/sh "$@"
|
||||
else
|
||||
|
@ -105,6 +105,8 @@ setup_ssmtp() {
|
|||
fi
|
||||
}
|
||||
|
||||
run_as "echo 'test';"
|
||||
|
||||
# just check if we execute apache or php-fpm
|
||||
if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
installed_version="0.0.0.0"
|
||||
|
|
|
@ -3,7 +3,7 @@ set -eu
|
|||
|
||||
# run an command with the www-data user
|
||||
run_as() {
|
||||
set -- -eu -c "cd /var/www/html; $*"
|
||||
set -- -c "cd /var/www/html; $*"
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
su - www-data -s /bin/sh "$@"
|
||||
else
|
||||
|
@ -105,6 +105,8 @@ setup_ssmtp() {
|
|||
fi
|
||||
}
|
||||
|
||||
run_as "echo 'test';"
|
||||
|
||||
# just check if we execute apache or php-fpm
|
||||
if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||
installed_version="0.0.0.0"
|
||||
|
|
Loading…
Reference in a new issue