mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
[fix] set port settings on install
This commit is contained in:
parent
3d8fc19c54
commit
6747b9ba0f
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|
|||
# Save app settings
|
||||
ynh_app_setting_set "$app" admin "$admin"
|
||||
ynh_app_setting_set "$app" is_public "$is_public"
|
||||
ynh_app_setting_set "$app" port "$port"
|
||||
|
||||
# Install dependencies
|
||||
install_dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue