Fix logic error
This commit is contained in:
parent
1ff50fef0b
commit
1dd6cbd895
@ -11,10 +11,10 @@ if [ ! -e "$PLEROMA_CONFIG_PATH" ] ; then
|
||||
generate-pleroma-config.sh
|
||||
fi
|
||||
|
||||
pleroma_ctl migrate
|
||||
|
||||
if [ "${USE_RUM:-n}" = "y" ] ; then
|
||||
pleroma_ctl migrate
|
||||
pleroma_ctl migrate --migrations-path priv/repo/optional_migrations/rum_indexing/
|
||||
fi
|
||||
|
||||
pleroma_ctl migrate --migrations-path priv/repo/optional_migrations/rum_indexing/
|
||||
|
||||
exec pleroma start
|
||||
|
Loading…
Reference in New Issue
Block a user