1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Fix quiet

This commit is contained in:
Roman Kupriyanov 2021-07-21 23:28:37 +03:00 committed by GitHub
parent ccfcc7da0e
commit eadb925ec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]; then
fi fi
git fetch --quiet git fetch --quiet
git checkout stable --quiet git checkout stable --quiet
git pull --quite git pull --quiet
git reset --hard $version_commit --quiet git reset --hard $version_commit --quiet
popd popd