force install bundle
This commit is contained in:
parent
15f41278ec
commit
4f0878d038
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ if [ "${current_tag}" != "${tag}" ] || [ "${reinstall}" ]; then
|
||||||
if [ "${dummy}" == "true" ]; then
|
if [ "${dummy}" == "true" ]; then
|
||||||
echo sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install
|
echo sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install
|
||||||
else
|
else
|
||||||
sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install
|
sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install --force
|
||||||
fi
|
fi
|
||||||
if [ "${DEBUG}" == "true" ]; then
|
if [ "${DEBUG}" == "true" ]; then
|
||||||
echo "Running yarm install..."
|
echo "Running yarm install..."
|
||||||
|
|
Loading…
Reference in a new issue