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

[fix] Change pushd to cd on upgrade

This commit is contained in:
nemsia 2017-04-30 14:07:59 +02:00 committed by GitHub
parent 4aa9a1d170
commit e3e4ee08e5

View file

@ -45,7 +45,7 @@ git pull https://github.com/tootsuite/mastodon.git master
PULLCOMMANDS
# Switch branch to tagged release
pushd /opt/mastodon/live
cd /opt/mastodon/live
sudo git checkout $(git tag | tail -n 1)
# Apply Mastodon upgrade