2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-19 10:39:27 +02:00

Merge pull request #54 from nupplaphil/issue/lowercase_followup

Wrong usage of lowercase
This commit is contained in:
Tobias Diekershoff 2019-02-26 10:56:56 +01:00 committed by GitHub
commit a769160296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 20 additions and 20 deletions

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true

View file

@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
check=false
# cloning from git is just possible for develop or Release Candidats
if echo "${FRIENDICA_VERSION,,}" | grep -Eq '^.*(\-dev|-rc)'; then
if echo "${FRIENDICA_VERSION}" | grep -Eq '^.*(\-dev|-rc|-RC)'; then
# just clone & check if it's a new install or upgrade
if [ "$installed_version" = "0.0.0.0" ] || [ "$FRIENDICA_UPGRADE" = "true" ]; then
if [ "$installed_version" = "0.0.0.0" ] || [ "${FRIENDICA_UPGRADE:-false}" = "true" ]; then
clone_develop
image_version="$(cat /usr/src/friendica/VERSION)"
check=true