From 1474ea5d8eca088c19536b9c8c6c4d19c99c546f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 17 Jul 2023 10:06:24 +0200 Subject: [PATCH] Update install --- scripts/install | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/install b/scripts/install index f3c28b4..e007140 100644 --- a/scripts/install +++ b/scripts/install @@ -128,16 +128,16 @@ chown -R $app:www-data "$datadir" #================================================= # ADD A CONFIGURATION #================================================= -ynh_script_progression --message="Adding a configuration file..." +#ynh_script_progression --message="Adding a configuration file..." -ynh_add_config --template="../conf/install-conf.yml" --destination="$final_path/install-conf.yml" -ynh_delete_file_checksum --file="$final_path/install-conf.yml" +#ynh_add_config --template="../conf/install-conf.yml" --destination="$final_path/install-conf.yml" +#ynh_delete_file_checksum --file="$final_path/install-conf.yml" -pushd "$final_path" - ynh_exec_as $app ./cells configure --cli --yaml "$final_path/install-conf.yml" -popd +#pushd "$final_path" +# ynh_exec_as $app ./cells configure --cli --yaml "$final_path/install-conf.yml" +#popd -ynh_secure_remove --file="$final_path/install-conf.yml" +#ynh_secure_remove --file="$final_path/install-conf.yml" #================================================= # SETUP SYSTEMD