diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-27 13:50:22 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-27 13:50:22 +0400 |
commit | 08e9d995f884f351d96c161e6c73cc668cc5bcd8 (patch) | |
tree | c2332ec46bc29f77aa69998d73d8387cb164d728 /rel/files/bin | |
parent | a566ad56e1434715d00067b1e49be66b6787f5ba (diff) | |
parent | 5e4306012862417a05127aa89080857eed8461b8 (diff) | |
download | pleroma-08e9d995f884f351d96c161e6c73cc668cc5bcd8.tar.gz pleroma-08e9d995f884f351d96c161e6c73cc668cc5bcd8.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into qdrant-search-2
Diffstat (limited to 'rel/files/bin')
-rwxr-xr-x | rel/files/bin/pleroma_ctl | 2 |
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="$*" |