From d80bbd85689740030d936b7d51ab1e13959b869d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Apr 2019 21:37:25 +0200 Subject: [PATCH] fix Invalid value for argument 'user' --- check_process | 1 - manifest.json | 2 +- scripts/install | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index b19bf08..9114ab9 100644 --- a/check_process +++ b/check_process @@ -7,7 +7,6 @@ ; Manifest domain="domain.tld" (DOMAIN) path="/path" (PATH) - admin="john" (USER) user="john" (USER) ; Checks pkg_linter=1 diff --git a/manifest.json b/manifest.json index 44e7f01..870e876 100644 --- a/manifest.json +++ b/manifest.json @@ -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)", diff --git a/scripts/install b/scripts/install index a289f63..461200c 100644 --- a/scripts/install +++ b/scripts/install @@ -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