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

fix Invalid value for argument 'user'

This commit is contained in:
yalh76 2019-04-18 21:37:25 +02:00
parent 32075302c7
commit d80bbd8568
3 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,6 @@
; Manifest
domain="domain.tld" (DOMAIN)
path="/path" (PATH)
admin="john" (USER)
user="john" (USER)
; Checks
pkg_linter=1

View file

@ -40,7 +40,7 @@
"default": "/syncthing"
},
{
"name": "admin",
"name": "user",
"type": "user",
"ask": {
"en": "Choose the user for Syncthing (must be an existing yunohost user)",

View file

@ -25,7 +25,7 @@ ynh_abort_if_errors
domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH
admin=$YNH_APP_ARG_ADMIN
admin=$YNH_APP_ARG_USER
app=$YNH_APP_INSTANCE_NAME