From bb6d5f785b8d6e7270c1e4f97c82da1324115969 Mon Sep 17 00:00:00 2001 From: anmol Date: Sun, 6 Jan 2019 08:32:51 +0530 Subject: [PATCH] User must be a Yunohost user --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 83f69c3..0548ad7 100644 --- a/check_process +++ b/check_process @@ -7,7 +7,7 @@ ; Manifest domain="domain.tld" (DOMAIN) path="/path" (PATH) - admin="john" (admin) + admin="john" (USER) ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/manifest.json b/manifest.json index f7ed3ce..dfe8a6f 100644 --- a/manifest.json +++ b/manifest.json @@ -51,7 +51,7 @@ }, { "name": "admin", - "type": "admin", + "type": "user", "ask": { "en": "Choose a Yourls administrator (admin privileges for Yourls will be granted to this user)", "fr": "Administrateur du site Yourls"