1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Merge pull request #16 from nemsia/upgrade-2.3.3

upgrade-2.3.3
This commit is contained in:
nemsia 2018-04-06 13:28:33 +02:00 committed by GitHub
commit e29345e6b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ sudo chown -R $app: $final_path/live
# Download Mastodon # Download Mastodon
sudo su - $app <<PULLCOMMANDS sudo su - $app <<PULLCOMMANDS
pushd ~/live pushd ~/live
git fetch git fetch -t
git reset --hard origin/master git reset --hard origin/master
git pull https://github.com/tootsuite/mastodon.git master git pull https://github.com/tootsuite/mastodon.git master
PULLCOMMANDS PULLCOMMANDS