mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update scripts/upgrade
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
ad1ebec045
commit
504697a984
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ fi
|
|||
ynh_app_setting_set --app=$app --key=is_public --value=$is_public
|
||||
|
||||
# Save the port used if not present
|
||||
if ! [[ "$port" ]]; then
|
||||
if [ -z "$port" ]; then
|
||||
port=8065
|
||||
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue