mirror of
https://github.com/YunoHost-Apps/loki_ynh.git
synced 2024-09-03 19:36:16 +02:00
Fix upgrade
This commit is contained in:
parent
77909659f0
commit
ea001f833d
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ arch=$YNH_ARCH
|
|||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
http_port=$(ynh_app_setting_get --app=$app --key=http_port)
|
||||
grpc_port=$(ynh_app_setting_get --app=$app --key=grpc_port)
|
||||
promtail_port=$(ynh_app_setting_get --app=$app --key=promtail_port)
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
|
|
Loading…
Add table
Reference in a new issue