From 15a7536821532b41ce47892f4281a795232a854c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 1 Sep 2021 17:33:19 +0200 Subject: [PATCH] Update install --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 1a63264..768eb34 100644 --- a/scripts/install +++ b/scripts/install @@ -147,11 +147,11 @@ popd # CONFIGURE CONFIG.JSON FILE #================================================= -ynh_add_config --template="../conf/config.json" --destination="$final_path/config.json" -ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb setup --schema --build +# ynh_add_config --template="../conf/config.json" --destination="$final_path/config.json" +# ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb setup --schema --build -chmod 666 "$final_path/config.json" -chown $app "$final_path/config.json" +# chmod 666 "$final_path/config.json" +# chown $app "$final_path/config.json" #================================================= # NGINX CONFIGURATION