mirror of
https://github.com/friendica/docker
synced 2025-03-31 12:21:06 +02:00
Wrong usage of lowercase
This commit is contained in:
parent
5c6fc19a38
commit
10e1f25482
10 changed files with 20 additions and 20 deletions
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
|
@ -84,9 +84,9 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
||||||
|
|
||||||
check=false
|
check=false
|
||||||
# cloning from git is just possible for develop or Release Candidats
|
# 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
|
# 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
|
clone_develop
|
||||||
image_version="$(cat /usr/src/friendica/VERSION)"
|
image_version="$(cat /usr/src/friendica/VERSION)"
|
||||||
check=true
|
check=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue