From 8e63c2d852b202bd94aedc2889a7be84cc997bf6 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 19 Aug 2024 13:49:27 +0300 Subject: [PATCH] Change force to redownload --- files/update_mastodon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/update_mastodon.sh b/files/update_mastodon.sh index 2c523eb..85a5975 100755 --- a/files/update_mastodon.sh +++ b/files/update_mastodon.sh @@ -152,7 +152,7 @@ if [ "${current_tag}" != "${tag}" ] || [ "${reinstall}" ]; then if [ "${dummy}" == "true" ]; then echo sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install else - sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install --force + sudo -u mastodon "${mastodon_home}/.rbenv/shims/bundle" install --redownload fi if [ "${DEBUG}" == "true" ]; then echo "Running yarm install..."