2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-20 23:39:59 +02:00

Fixed composer.phar "update" to "install" (because in both cases, we use "install")

This commit is contained in:
Philipp Holzer 2018-05-19 13:14:49 +02:00
parent bd2fb340d2
commit 57afa34813
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
6 changed files with 6 additions and 6 deletions

View file

@ -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"
} }

View file

@ -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"
} }

View file

@ -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"
} }

View file

@ -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"
} }

View file

@ -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"
} }

View file

@ -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"
} }