mirror of
https://github.com/friendica/docker
synced 2025-01-21 06:13:16 +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"
|
||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||
composer "update"
|
||||
composer "install"
|
||||
fi
|
||||
console "dbstructure update"
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
|||
|
||||
echo "Upgrading Friendica"
|
||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||
composer "update"
|
||||
composer "install"
|
||||
fi
|
||||
console "dbstructure update"
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
|||
|
||||
echo "Upgrading Friendica"
|
||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||
composer "update"
|
||||
composer "install"
|
||||
fi
|
||||
console "dbstructure update"
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
|||
|
||||
echo "Upgrading Friendica"
|
||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||
composer "update"
|
||||
composer "install"
|
||||
fi
|
||||
console "dbstructure update"
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
|||
|
||||
echo "Upgrading Friendica"
|
||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||
composer "update"
|
||||
composer "install"
|
||||
fi
|
||||
console "dbstructure update"
|
||||
}
|
||||
|
|
|
@ -134,7 +134,7 @@ update() {
|
|||
|
||||
echo "Upgrading Friendica"
|
||||
if [ "$FRIENDICA_VERSION" = "develop" ]; then
|
||||
composer "update"
|
||||
composer "install"
|
||||
fi
|
||||
console "dbstructure update"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue