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:
parent
6f24a90e47
commit
09fe73d6b4
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ sudo yunohost app checkurl $domain$path -a mattermost
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
sudo yunohost app setting mattermost domain -v $domain
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
command -v supervisorctl >/dev/null 2>&1 || sudo apt-get install -y supervisor
|
command -v supervisorctl >/dev/null 2>&1 || sudo apt-get install -y supervisor
|
||||||
|
|
Loading…
Add table
Reference in a new issue