1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

remove chanel

This commit is contained in:
yalh76 2019-04-14 03:12:58 +02:00
parent 22a73443b9
commit b761a5ba67
2 changed files with 1 additions and 12 deletions

View file

@ -47,16 +47,7 @@
"fr": "Choisissez l'utilisateur de Syncthing (doit être un utilisateur yunohost existant)"
},
"example": "johndoe"
},
{
"name": "channel",
"ask": {
"en": "Choose Syncthing channel ?",
"fr": "Choissez la version de Syncthing ?"
},
"choices": ["stable", "candidate"],
"default": "stable"
}
}
]
}
}

View file

@ -27,7 +27,6 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
admin=$YNH_APP_ARG_ADMIN
channel=$YNH_APP_ARG_CHANNEL
app=$YNH_APP_INSTANCE_NAME
@ -53,7 +52,6 @@ ynh_print_info "Storing installation settings..."
ynh_app_setting_set $app domain $domain
ynh_app_setting_set $app path $path_url
ynh_app_setting_set $app admin $admin
ynh_app_setting_set $app channel $channel
ynh_app_setting_set $app sync_home $sync_home
#=================================================