From 1d5dbf00972beef9dc9208159c019b35a90f1dc4 Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Sun, 8 May 2022 18:08:07 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cb646e4..44651a1 100755 --- a/scripts/install +++ b/scripts/install @@ -250,7 +250,7 @@ ynh_script_progression --message="Adding a configuration file..." --time --weigh ### ### Check the documentation of `ynh_add_config` for more info. -ynh_add_config --template="conf/config.php" --destination="$final_path/config.php" +ynh_add_config --template="../conf/config.php" --destination="$final_path/config.php" # FIXME: this should be handled by the core in the future # You may need to use chmod 600 instead of 400,