From c435ef238ba77129412626f52f30e0aaf4028b9e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 21 Jul 2021 23:50:07 +0200 Subject: [PATCH] fix --- manifest.json | 5 ----- scripts/install | 1 - 2 files changed, 6 deletions(-) diff --git a/manifest.json b/manifest.json index acec4e3..a08ea36 100644 --- a/manifest.json +++ b/manifest.json @@ -48,11 +48,6 @@ "type": "user", "example": "johndoe" }, - { - "name": "password", - "type": "password", - "example": "Choose a password" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/install b/scripts/install index 87921fe..b629cdd 100644 --- a/scripts/install +++ b/scripts/install @@ -24,7 +24,6 @@ domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC -password=$YNH_APP_ARG_PASSWORD timezone=$(cat /etc/timezone) maindomain=$(yunohost domain main-domain --output-as plain)