mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
[fix] Clear code install script
This commit is contained in:
parent
032100abf9
commit
4045dfd749
1 changed files with 0 additions and 2 deletions
|
@ -165,11 +165,9 @@ pushd ~/live
|
||||||
ACOMMANDS
|
ACOMMANDS
|
||||||
|
|
||||||
# init rbenv & create bundle
|
# init rbenv & create bundle
|
||||||
# Tips: rbenv init bash (see: https://github.com/rbenv/rbenv/issues/925)
|
|
||||||
sudo su - $app <<BCOMMANDS
|
sudo su - $app <<BCOMMANDS
|
||||||
. ~/.profile
|
. ~/.profile
|
||||||
type rbenv
|
type rbenv
|
||||||
ls -alh /opt/mastodon/.rbenv/shims/bundle || true
|
|
||||||
BCOMMANDS
|
BCOMMANDS
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue