From 4d7ede99e02b3b416c3e794b52502b7c9aa74d49 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 9 Jan 2019 11:02:07 +0100 Subject: [PATCH] fix --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 45ba4b6..4d65f0c 100644 --- a/scripts/install +++ b/scripts/install @@ -28,8 +28,8 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC -ad_user=$YNH_APP_ARG_IS_AD_USER -ad_password=$YNH_APP_ARG_IS_AD_PASSWORD +ad_user=$YNH_APP_ARG_AD_USER +ad_password=$YNH_APP_ARG_AD_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 @@ -159,7 +159,6 @@ ynh_store_file_checksum "$final_path/AdGuardHome.yaml" # Set permissions to app files #chown -R root: /etc/loolwsd - #================================================= # SETUP SSOWAT #=================================================