mattermost/abra.sh
marlon c173127cf8
Some checks failed
continuous-integration/drone/pr Build is failing
add config reset command
2025-02-10 18:14:12 -05:00

7 lines
199 B
Bash

export ENTRYPOINT_VERSION=v1
export MATTERMOST_CONFIG_VERSION=v1
reset_config() {
cp /config-to-copy.json /mattermost/config/config.json && touch /mattermost/config/CoopCloudManaged
kill 8
}