From 47eaa8989268c3e1d239e79ef2c7088c1de2fa9d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 22 Sep 2021 18:26:26 +0200 Subject: [PATCH] Fix --- manifest.json | 9 +++------ scripts/_common.sh | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 71bea59..423e8f0 100644 --- a/manifest.json +++ b/manifest.json @@ -32,8 +32,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", @@ -43,13 +42,11 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "password", - "type": "password", - "example": "Choose a password" + "type": "password" }, { "name": "is_public", diff --git a/scripts/_common.sh b/scripts/_common.sh index dde06d1..a87cd64 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -17,7 +17,6 @@ extra_php_dependencies="php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-zip ph # EXPERIMENTAL HELPERS #================================================= - # Send an email to inform the administrator # # usage: ynh_send_readme_to_admin app_message [recipients]