1
mirror of https://github.com/jakejarvis/mastodon-utils.git synced 2025-06-27 17:25:42 -04:00

specifically block Twitterbot from robots.txt

This commit is contained in:
2022-12-16 09:11:15 -05:00
parent 2b1b586d88
commit 30f958e1c5
4 changed files with 226 additions and 28 deletions

View File

@ -34,7 +34,7 @@ fi
# create blank custom.css (this overrides any CSS set in the admin panel, but if that's not being used, then
# this quickly saves a request to the backend)
sudo -u mastodon "$APP_ROOT/public/custom.css"
sudo -u mastodon touch "$APP_ROOT/public/custom.css"
# set new ruby version
RUBY_VERSION="$(sudo -u mastodon cat $APP_ROOT/.ruby-version)"