mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
Retrieve service_name in upgrade script
This commit is contained in:
parent
6971c9626a
commit
b118b790b9
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ domain=$(ynh_app_setting_get $app domain)
|
||||||
path_url=$(ynh_app_setting_get $app path)
|
path_url=$(ynh_app_setting_get $app path)
|
||||||
final_path=$(ynh_app_setting_get $app final_path)
|
final_path=$(ynh_app_setting_get $app final_path)
|
||||||
firmware_nonfree=$(ynh_app_setting_get $app firmware_nonfree)
|
firmware_nonfree=$(ynh_app_setting_get $app firmware_nonfree)
|
||||||
|
service_name=$(ynh_app_setting_get $app service_name)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ENSURE DOWNWARD COMPATIBILITY
|
# ENSURE DOWNWARD COMPATIBILITY
|
||||||
|
|
Loading…
Reference in a new issue