From b21f6afd93a2ae53068d10072cdbe3de75d8f817 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Mon, 1 Nov 2021 20:44:23 +0300 Subject: [PATCH] don't ask for password --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a832a7d..e4d8019 100755 --- a/scripts/install +++ b/scripts/install @@ -29,7 +29,7 @@ path_url=$YNH_APP_ARG_PATH admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC # language=$YNH_APP_ARG_LANGUAGE -password=$YNH_APP_ARG_PASSWORD +# password=$YNH_APP_ARG_PASSWORD ### If it's a multi-instance app, meaning it can be installed several times independently ### The id of the app as stated in the manifest is available as $YNH_APP_ID