Automatically activate plugin

I simply run a cron script every morning in case the server has updated and booted during the night

30 6 * * * docker exec mattermostserver /mattermost/bin/mattermost plugin enable com.github.matterpoll.matterpoll >/dev/null 2>&1

1 Like