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"