From 13d928ad92bc63cb8dc6f23ef6294673a0ae7df3 Mon Sep 17 00:00:00 2001 From: A Date: Mon, 27 Jan 2025 14:00:09 -0800 Subject: [PATCH] Fix active record enc and disable file grabbing --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a9c608b..37a436e 100755 --- a/install.sh +++ b/install.sh @@ -222,7 +222,7 @@ mastodon_config () { ACTIVE_RECORD_ENCRYPTION=$(docker run --rm \ --mount type=volume,src=masto_data_tmp,dst=/opt/mastodon \ -e RUBYOPT=-W0 tootsuite/mastodon:v4.3.2 \ - bundle exec rake db:encryption:init)>/dev/null + bundle exec rake db:encryption:init | last -3)>/dev/null ACTIVE_RECORD_ENCRYPTION_FRIENDLY_KEYS=${ACTIVE_RECORD_ENCRYPTION//$'\n'/\\$'\n'} #REDIS_PW=$(openssl rand -base64 12) @@ -405,7 +405,7 @@ main() { done fi - grab_files + #grab_files #Might be wise to bring this out of this function so that we can validate before loading # for f in $DCOMMS_DIR/images/*.tar; do