From 00727fc4bb4cac062badd43273aa65d2b3f59c83 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 11 Feb 2024 23:21:10 +0100 Subject: [PATCH] add config --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 611f8da..c1a1f5b 100644 --- a/scripts/install +++ b/scripts/install @@ -38,6 +38,8 @@ chmod -R 775 "$install_dir/view/smarty3" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" +ynh_add_config --template="local-sample.config.php" --destination="$final_path/config/local.config.php" + #================================================= # SYSTEM CONFIGURATION #=================================================