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

Save install domain to settings

This commit is contained in:
Pierre de La Morinerie 2015-11-18 17:21:35 +01:00
parent 6f24a90e47
commit 09fe73d6b4

View file

@ -32,6 +32,7 @@ sudo yunohost app checkurl $domain$path -a mattermost
if [[ ! $? -eq 0 ]]; then
exit 1
fi
sudo yunohost app setting mattermost domain -v $domain
# Install dependencies
command -v supervisorctl >/dev/null 2>&1 || sudo apt-get install -y supervisor