From 328d73efa792adce56f69b500d3b34a3d8a1268e Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 31 Oct 2017 00:21:24 +0530 Subject: [PATCH] fixed error at line 25 in install script --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 8dc9edd..e397f78 100644 --- a/scripts/install +++ b/scripts/install @@ -22,8 +22,7 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH -is_public=$YNH_APP_ARG_IS_PUBLIClanguage=$YNH_APlanguage=$YNH_APP_ARG_LANGUAGEP_ARG_LANGUAGE - +is_public=$YNH_APP_ARG_IS_PUBLIC # This is 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 # The instance number is available as $YNH_APP_INSTANCE_NUMBER (equals "1", "2", ...)