mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
[enh] cd $final_path
This commit is contained in:
parent
e3e4ee08e5
commit
3a2f559174
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
|
||||
cd /opt/mastodon/live
|
||||
cd $final_path/live
|
||||
sudo git checkout $(git tag | tail -n 1)
|
||||
|
||||
# Apply Mastodon upgrade
|
||||
|
|
Loading…
Reference in a new issue