projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1245141
)
remove warning that breaks update
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Tue, 9 Aug 2022 11:57:39 +0000
(12:57 +0100)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Tue, 9 Aug 2022 11:57:39 +0000
(12:57 +0100)
rel/files/bin/pleroma_ctl
patch
|
blob
|
history
diff --git
a/rel/files/bin/pleroma_ctl
b/rel/files/bin/pleroma_ctl
index 176287fcb6f33f9ad573a8d7d09a5717b3bc68c7..d2949e8fed922b740ff05040ffcc1090b1c9e749 100755
(executable)
--- 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"