mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Update remove
This commit is contained in:
parent
bbffc32807
commit
6e15165523
1 changed files with 4 additions and 2 deletions
|
@ -18,13 +18,15 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
|
||||
domain=$(ynh_app_setting_get $app domain)
|
||||
|
||||
final_path=$(ynh_app_setting_get $app final_path)
|
||||
|
||||
sync_home=$(ynh_app_setting_get $app sync_home)
|
||||
sync_user=$(ynh_app_setting_get $app sync_user)
|
||||
sync_port=$(ynh_app_setting_get $app sync_port)
|
||||
gui_port=$(ynh_app_setting_get $app gui_port)
|
||||
|
||||
final_path=$(ynh_app_setting_get $app final_path)
|
||||
|
||||
#=================================================
|
||||
# STANDARD REMOVE
|
||||
#=================================================
|
||||
# STOP AND REMOVE SERVICE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue