From 1140ec369a249a918b04844b6e48d66eb71ff748 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jun 2020 23:53:14 +0200 Subject: [PATCH] reorder --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b4874a0..a226c09 100644 --- a/scripts/install +++ b/scripts/install @@ -27,11 +27,12 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC -ldap_user="svc_${app}_ldap" -ldap_password=$(ynh_string_random --length=8) app=$YNH_APP_INSTANCE_NAME +ldap_user="svc_${app}_ldap" +ldap_password=$(ynh_string_random --length=8) + #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #=================================================