2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-03 05:33:34 +01:00

Update to 2019.03-RC

This commit is contained in:
Philipp Holzer 2019-02-20 18:55:40 +01:00
commit b1ab65ec80
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
10 changed files with 26 additions and 16 deletions

View file

@ -20,11 +20,11 @@ clone_develop() {
friendica_git="${FRIENDICA_VERSION}"
addons_git="${FRIENDICA_ADDONS}"
if echo "$friendica_git" | grep -Eq '^.*\-dev'; then
if echo "${friendica_git,,}" | grep -Eq '^.*\-dev'; then
friendica_git="develop"
fi
if echo "$addons_git" | grep -Eq '^.*\-dev'; then
if echo "{$addons_git,,}" | grep -Eq '^.*\-dev'; then
addons_git="develop"
fi