From 1d39784793b8e6e37d12b4a444e72c57299481d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:41:38 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index d3a708a..2d4b2e3 100644 --- a/scripts/install +++ b/scripts/install @@ -55,6 +55,8 @@ EOF ynh_script_progression --message="Download source files..." --weight=10 ynh_setup_source --dest_dir="$install_dir" +touch $install_dir/htdocs/conf/conf.php + #================================================= # PHP-FPM CONFIGURATION #=================================================