From: FloatingGhost Date: Tue, 9 Aug 2022 11:57:39 +0000 (+0100) Subject: remove warning that breaks update X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=e5a25485211d22cd624b66357c11076299e140ac;p=akkoma remove warning that breaks update --- 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"