summaryrefslogtreecommitdiff
path: root/rel/files/bin
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-05-27 19:27:02 +0400
committerLain Soykaf <lain@lain.com>2024-05-27 19:27:02 +0400
commitd3e85da0fd5a0022afdabe76bd5494217205f037 (patch)
tree8a4d360d74b4c9cb183a68a40c135049f6dd5158 /rel/files/bin
parentc67506ba689633cd65f266610f2cd2a5da34912b (diff)
parente93ae96e1323fae954c2ce482cbb1df9ed9441c6 (diff)
downloadpleroma-d3e85da0fd5a0022afdabe76bd5494217205f037.tar.gz
pleroma-d3e85da0fd5a0022afdabe76bd5494217205f037.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into auth-fetch-exception
Diffstat (limited to 'rel/files/bin')
-rwxr-xr-xrel/files/bin/pleroma_ctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/files/bin/pleroma_ctl b/rel/files/bin/pleroma_ctl
index 87c486514..6f0dba3a8 100755
--- a/rel/files/bin/pleroma_ctl
+++ b/rel/files/bin/pleroma_ctl
@@ -134,7 +134,7 @@ if [ -z "$1" ] || [ "$1" = "help" ]; then
"
else
- SCRIPT=$(readlink -f "$0")
+ SCRIPT=$(realpath "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
FULL_ARGS="$*"