1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Update install

This commit is contained in:
orhtej2 2023-10-15 21:39:41 +02:00 committed by GitHub
parent 2752ad0932
commit b1f182681b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ ynh_script_progression --message="Installing $app..." --weight=2
pushd $install_dir
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install n8n@${n8n_version}
ynh_string_replace --match_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure')," \
ynh_replace_string --match_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure')," \
--replace_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure'), tls: {servername:'${main_domain}'}," \
--target_file="node_modules/n8n/dist/UserManagement/email/NodeMailer.js"
popd