diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-30 00:53:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-30 00:53:56 +0200 |
| commit | 003c40c9e823b164126b6b18f7f90b9be9b0b5d8 (patch) | |
| tree | 57a5a1fdefd2a6e4a9901c831bff5dc11cf3735f | |
| parent | bf0b5ad36b12dc5516ce7429da2ded28e4904209 (diff) | |
| download | mastodon_ynh-003c40c9e823b164126b6b18f7f90b9be9b0b5d8.tar.gz mastodon_ynh-003c40c9e823b164126b6b18f7f90b9be9b0b5d8.tar.bz2 mastodon_ynh-003c40c9e823b164126b6b18f7f90b9be9b0b5d8.zip | |
[fix] change pushd to cd
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 263a8dd..b36c8f2 100644 --- a/scripts/install +++ b/scripts/install @@ -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) |
