1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2023-08-25 11:29:19 +02:00
parent f686ddde17
commit 863da0cefa

View file

@ -34,7 +34,7 @@ fi
# If version setting doesn't exist
if [ -z "${version:-}" ]; then
version="Enterprise"
version="Team"
ynh_app_setting_set --app=$app --key=version --value=$version
fi