forked from potsda.mn/mobilizon
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
b578195553
|
@ -15,8 +15,8 @@ if [ -z "$1" ] || [ "$1" = "help" ]; then
|
||||||
rollback [VERSION]
|
rollback [VERSION]
|
||||||
Rollback database migrations (needs to be done before downgrading)
|
Rollback database migrations (needs to be done before downgrading)
|
||||||
|
|
||||||
and any mix tasks under Mobilizon namespace, for example \`mix mobilizon.user.show COMMAND\` is
|
and any mix tasks under Mobilizon namespace, for example \`mix mobilizon.users.show COMMAND\` is
|
||||||
equivalent to \`$(basename "$0") user.show COMMAND\`
|
equivalent to \`$(basename "$0") users.show COMMAND\`
|
||||||
|
|
||||||
By default mobilizon_ctl will try calling into a running instance to execute non migration-related commands,
|
By default mobilizon_ctl will try calling into a running instance to execute non migration-related commands,
|
||||||
if for some reason this is undesired, set MOBILIZON_CTL_RPC_DISABLED environment variable.
|
if for some reason this is undesired, set MOBILIZON_CTL_RPC_DISABLED environment variable.
|
||||||
|
@ -45,4 +45,4 @@ else
|
||||||
else
|
else
|
||||||
"$SCRIPTPATH"/mobilizon rpc 'Mobilizon.CLI.run("'"$FULL_ARGS"'")'
|
"$SCRIPTPATH"/mobilizon rpc 'Mobilizon.CLI.run("'"$FULL_ARGS"'")'
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue