From 031d339956aae314b2bd3cf0f7a890408fabbb58 Mon Sep 17 00:00:00 2001 From: anmol Date: Wed, 14 Oct 2020 08:50:23 +0530 Subject: [PATCH] Typo for config variable in install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0d46cf03..7185a5de 100755 --- a/scripts/install +++ b/scripts/install @@ -131,7 +131,7 @@ chmod -R 777 $final_path/store # Copy the template install/htconfig.sample.php to .htconfig.php ynh_script_progression --message="Moving .htconfig.php to root of Hubzilla ..." -$config="$final_path/.htconfig.php" +config="$final_path/.htconfig.php" cp $final_path/install/htconfig.sample.php $config # Create php.log inside Hubzilla for logs