diff --git a/abra.sh b/abra.sh index 15993e9..09b6f31 100644 --- a/abra.sh +++ b/abra.sh @@ -1,5 +1,5 @@ # shellcheck disable=SC2148 -MASTO_APP_DIR="mastodon/public" +#MASTO_APP_DIR="mastodon/public" sub_rake() { # shellcheck disable=SC2034 @@ -17,7 +17,9 @@ sub_tootctl() { sub_setup() { info "Setting up mastodon database" + silence sub_rake "db:setup" + unsilence success "Mastodon's database is now up! 'web' and 'sidekiq' services should now stop failing." echo "Do you want to create an admin user? (Extremely recommended!)" prompt_confirm