mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
fix is_public
This commit is contained in:
parent
7f35b8dc05
commit
25d701507e
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
|
||||
domain=$(ynh_app_setting_get $app domain)
|
||||
path_url=$(ynh_app_setting_get $app path)
|
||||
is_public=$(ynh_app_setting_get $is_public)
|
||||
final_path=$(ynh_app_setting_get $app final_path)
|
||||
config_path=$(ynh_app_setting_get $app config_path)
|
||||
state_path=$(ynh_app_setting_get $app state_path)
|
||||
|
|
Loading…
Add table
Reference in a new issue