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:
parent
4aa9a1d170
commit
e3e4ee08e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue