From e23197319a57ec0348089fbd7774a2e7a668ef7b Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 31 Jul 2023 21:05:16 +0000 Subject: [PATCH] New cli --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90478d8..4d8d2d7 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ pg_dump -Fc mastodon_production -f backup.dump sudo -u mastodon pg_restore -Fc -U mastodon -n public --no-owner --role=mastodon -d mastodon backup.dump sed -i '/disable-services/d' /etc/nixos/configuration.nix nixos-rebuild switch -su - mastodon -s "$(which bash)" -c 'mastodon-env tootctl feeds build' +sudo -u mastodon mastodon-tootctl feeds build ```