Skip to content
Snippets Groups Projects
Commit 2e7fc3a7 authored by Bob Mottram's avatar Bob Mottram
Browse files

Recreate recompile command for pleroma if chmod is absent

parent d2c0903e
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,10 @@ function pleroma_recompile {
pleroma_create_recompile_command
fi
if ! grep -q 'chmod' /usr/bin/pleroma-recompile; then
pleroma_create_recompile_command
fi
/usr/bin/pleroma-recompile
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment