diff --git a/manifest.json b/manifest.json index 870e876..44e7f01 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ "default": "/syncthing" }, { - "name": "user", + "name": "admin", "type": "user", "ask": { "en": "Choose the user for Syncthing (must be an existing yunohost user)", diff --git a/scripts/install b/scripts/install index 461200c..a289f63 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_USER +admin=$YNH_APP_ARG_ADMIN app=$YNH_APP_INSTANCE_NAME