1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Add port variable to upgrade

This commit is contained in:
Krakinou 2018-12-27 18:01:03 +01:00
parent dc24b71862
commit 995471702a

View file

@ -22,6 +22,7 @@ is_public=$(ynh_app_setting_get $app is_public)
final_path=$(ynh_app_setting_get $app final_path)
language=$(ynh_app_setting_get $app language)
calibre_dir=$(ynh_app_setting_get $app calibre_dir)
port=$(ynh_app_setting_get $app port)
#=================================================