mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Update upgrade
This commit is contained in:
parent
b9df8d5905
commit
95b1729e10
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ fi
|
|||
if [ -z "$port" ]; then
|
||||
port=$(ynh_app_setting_get --app=$app --key=http_port)
|
||||
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||
ynh_app_setting_delete --app=app --key=http_port
|
||||
ynh_app_setting_delete --app=$app --key=http_port
|
||||
fi
|
||||
|
||||
# Remove old hook if exist
|
||||
|
|
Loading…
Add table
Reference in a new issue