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:
parent
0809143643
commit
b1ab65ec80
10 changed files with 26 additions and 16 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue