2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-23 13:14:58 +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"
if [ "$FRIENDICA_VERSION" = "develop" ]; then
composer "update"
composer "install"
fi
console "dbstructure update"
}

View file

@ -134,7 +134,7 @@ update() {
echo "Upgrading Friendica"
if [ "$FRIENDICA_VERSION" = "develop" ]; then
composer "update"
composer "install"
fi
console "dbstructure update"
}

View file

@ -134,7 +134,7 @@ update() {
echo "Upgrading Friendica"
if [ "$FRIENDICA_VERSION" = "develop" ]; then
composer "update"
composer "install"
fi
console "dbstructure update"
}

View file

@ -134,7 +134,7 @@ update() {
echo "Upgrading Friendica"
if [ "$FRIENDICA_VERSION" = "develop" ]; then
composer "update"
composer "install"
fi
console "dbstructure update"
}

View file

@ -134,7 +134,7 @@ update() {
echo "Upgrading Friendica"
if [ "$FRIENDICA_VERSION" = "develop" ]; then
composer "update"
composer "install"
fi
console "dbstructure update"
}

View file

@ -134,7 +134,7 @@ update() {
echo "Upgrading Friendica"
if [ "$FRIENDICA_VERSION" = "develop" ]; then
composer "update"
composer "install"
fi
console "dbstructure update"
}