From 0b99bad06e0267485b0fa3b9eb69cd956b8da6ca Mon Sep 17 00:00:00 2001 From: anmol Date: Fri, 16 Oct 2020 07:19:43 +0530 Subject: [PATCH] Push config variable further up in install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 6035665..7e581bd 100755 --- a/scripts/install +++ b/scripts/install @@ -134,6 +134,7 @@ mkdir -p "${final_path}/cache/smarty3" chmod -R 777 $final_path/store $final_path/cache # Copy the template install/htconfig.sample.php to .htconfig.php +config="$final_path/.htconfig.php" ynh_script_progression --message="Moving .htconfig.php to root of Zap ..." cp $final_path/install/htconfig.sample.php $config config="$final_path/.htconfig.php"