diff options
| author | nemsia <nemsia@nemsia.org> | 2018-01-31 20:13:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-31 20:13:24 +0100 |
| commit | 6f4293eafd35d9e8e64c3de06d45675061bb9339 (patch) | |
| tree | 7bc849f70aedb9ff6890cd496b6f33c94f59182c /scripts | |
| parent | a8f28533790c40d691327b09f2ac3e42176a6858 (diff) | |
| download | mastodon_ynh-6f4293eafd35d9e8e64c3de06d45675061bb9339.tar.gz mastodon_ynh-6f4293eafd35d9e8e64c3de06d45675061bb9339.tar.bz2 mastodon_ynh-6f4293eafd35d9e8e64c3de06d45675061bb9339.zip | |
Fix rm rb
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 0027f6d..3d5172f 100644 --- a/scripts/install +++ b/scripts/install @@ -127,7 +127,7 @@ sudo su - $app <<RCOMMANDS RCOMMANDS # Create symlink for ruby -sudo rm /usr/bin/ruby +sudo rm /usr/bin/ruby || true sudo ln -s /opt/mastodon/.rbenv/versions/2.5.0/bin/ruby /usr/bin/ruby || true # Install Mastodon |
