mirror of
https://github.com/friendica/docker
synced 2025-02-01 16:35:07 +01:00
Fixed composer.phar "update" to "install" (because in both cases, we use "install")
This commit is contained in:
parent
bd2fb340d2
commit
57afa34813
6 changed files with 6 additions and 6 deletions
|
@ -134,7 +134,7 @@ update() {
|
||||||
|
|
||||||
echo "Upgrading Friendica"
|
echo "Upgrading Friendica"
|
||||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||||
composer "update"
|
composer "install"
|
||||||
fi
|
fi
|
||||||
console "dbstructure update"
|
console "dbstructure update"
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
||||||
|
|
||||||
echo "Upgrading Friendica"
|
echo "Upgrading Friendica"
|
||||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||||
composer "update"
|
composer "install"
|
||||||
fi
|
fi
|
||||||
console "dbstructure update"
|
console "dbstructure update"
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
||||||
|
|
||||||
echo "Upgrading Friendica"
|
echo "Upgrading Friendica"
|
||||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||||
composer "update"
|
composer "install"
|
||||||
fi
|
fi
|
||||||
console "dbstructure update"
|
console "dbstructure update"
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
||||||
|
|
||||||
echo "Upgrading Friendica"
|
echo "Upgrading Friendica"
|
||||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||||
composer "update"
|
composer "install"
|
||||||
fi
|
fi
|
||||||
console "dbstructure update"
|
console "dbstructure update"
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
||||||
|
|
||||||
echo "Upgrading Friendica"
|
echo "Upgrading Friendica"
|
||||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||||
composer "update"
|
composer "install"
|
||||||
fi
|
fi
|
||||||
console "dbstructure update"
|
console "dbstructure update"
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
||||||
|
|
||||||
echo "Upgrading Friendica"
|
echo "Upgrading Friendica"
|
||||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||||
composer "update"
|
composer "install"
|
||||||
fi
|
fi
|
||||||
console "dbstructure update"
|
console "dbstructure update"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue