From 62381d7086a48ceefc6fdc11ed40cf3e656a5cd2 Mon Sep 17 00:00:00 2001 From: mastereur <22839524+mastereur@users.noreply.github.com> Date: Mon, 12 Jul 2021 23:21:37 +0200 Subject: [PATCH] Rename log file --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index dd3d372..20c287f 100644 --- a/scripts/install +++ b/scripts/install @@ -163,17 +163,17 @@ ynh_local_curl "/install/fileconf.php" \ ynh_script_progression --message="installation - step 1" --weight=3 ynh_local_curl "/install/step1.php" \ "testpost=ok" \ - "action=set" > /var/log/$app/insatall1.html + "action=set" > /var/log/$app/install1.html ynh_script_progression --message="installation - step 2 (may take a while)..." --weight=72 ynh_local_curl "/install/step2.php" \ "testpost=ok" \ - "action=set" > /var/log/$app/insatall2.html + "action=set" > /var/log/$app/install2.html ynh_script_progression --message="installation - step 4" --weight=3 ynh_local_curl "/install/step4.php" \ "testpost=ok" \ - "action=set" > /var/log/$app/insatall3.html + "action=set" > /var/log/$app/install3.html # Generate a random password for the admin user (will be ignored because of LDAP) password=$(ynh_string_random 8) @@ -183,7 +183,7 @@ ynh_local_curl "/install/step5.php" \ "testpost=ok" \ "action=set" \ "pass=$password" \ - "pass_verif=$password" > /var/log/$app/insatall4.html + "pass_verif=$password" > /var/log/$app/install4.html ynh_script_progression --message="configuring LDAP" --weight=1