forked from AkkomaGang/akkoma
Update pleroma_ctl
This commit is contained in:
parent
cfcc0c8776
commit
dbe4c2b7c8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [ -z "$1" ] || [ "$1" == "help" ]; then
|
|||
rollback [VERSION] Rollback database migrations (needs to be done before downgrading)
|
||||
|
||||
and any mix tasks under Pleroma namespace, for example \`mix pleroma.user COMMAND\` is
|
||||
equialent to \`$(basename "$0") user COMMAND\`
|
||||
equivalent to \`$(basename "$0") user COMMAND\`
|
||||
"
|
||||
else
|
||||
SCRIPT=$(readlink -f "$0")
|
||||
|
|
Loading…
Reference in a new issue