From e5a25485211d22cd624b66357c11076299e140ac Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Tue, 9 Aug 2022 12:57:39 +0100 Subject: [PATCH] remove warning that breaks update --- rel/files/bin/pleroma_ctl | 1 - 1 file changed, 1 deletion(-) diff --git a/rel/files/bin/pleroma_ctl b/rel/files/bin/pleroma_ctl index 176287fcb..d2949e8fe 100755 --- a/rel/files/bin/pleroma_ctl +++ b/rel/files/bin/pleroma_ctl @@ -2,7 +2,6 @@ # XXX: This should be removed when elixir's releases get custom command support detect_flavour() { - echo "Trying to autodetect flavour, you may want to override this with --flavour" arch="$(uname -m)" if [ "$arch" = "x86_64" ]; then arch="amd64"