1
0
Fork 0
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:
nemsia 2017-04-30 14:13:44 +02:00 committed by GitHub
parent e3e4ee08e5
commit 3a2f559174

View file

@ -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