Merge branch 'develop' into release-docs
[akkoma] / rel / files / bin / pleroma_ctl
index b0e1874a98c53752c5e5bdb6f6f47f8babd1f8b2..9c67b209b95ccff744455e92055e7a7974735304 100755 (executable)
@@ -2,7 +2,7 @@
 # XXX: This should be removed when elixir's releases get custom command support
 
 detect_flavour() {
-       arch="$(arch)"
+       arch="$(uname -m)"
        if [ "$arch" = "x86_64" ]; then
                arch="amd64"
        elif [ "$arch" = "armv7l" ]; then