1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2025-09-17 21:28:37 +02:00

[fix] change pushd to cd

This commit is contained in:
nemsia 2017-04-30 00:53:56 +02:00 committed by GitHub
commit 003c40c9e8

View file

@ -90,7 +90,7 @@ git clone https://github.com/tootsuite/mastodon.git $final_path/live
CLONECOMMANDS
# Switch to tagged release
pushd $final_path/live
cd $final_path/live
sudo git checkout $(git tag | tail -n 1)
# Be king rewind (/var/cache/yunohost/from_file/scripts)