diff --git a/scripts/install b/scripts/install index 35f7b7e..172d78a 100644 --- a/scripts/install +++ b/scripts/install @@ -139,14 +139,14 @@ ynh_script_progression --message="Configuring the $app..." --weight=2 # \"postgres:database\": \"$db_name\" # }" +pushd $final_path + ynh_exec_as $app $ynh_node_load_PATH $final_path/nodebb setup admin__password=$password | tee -a $install_log +popd + # pushd $final_path # ynh_exec_as $app $ynh_node_load_PATH $final_path/nodebb setup "${setup}" | tee -a $install_log # popd -pushd $final_path - ynh_exec_as $app $ynh_node_load_PATH admin__password=$password ynh_node app --setup | tee -a $install_log -popd - #================================================= # NGINX CONFIGURATION #=================================================