From e3711035edf0b266011c7ac95ea6c66e140dbdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 8 Jun 2024 11:15:07 +0200 Subject: [PATCH] cleaning --- conf/systemd.service | 4 ++-- scripts/install | 3 +-- scripts/upgrade | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 4808e55..404663e 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -10,8 +10,8 @@ WorkingDirectory=__INSTALL_DIR__/ Environment=ETHERPAD_PRODUCTION=true Environment="__YNH_NODE_LOAD_PATH__" ExecStart=__INSTALL_DIR__/bin/run.sh -StandardOutput=append:/var/log/__APP__/etherpad.log -StandardError=inherit +#StandardOutput=append:/var/log/__APP__/etherpad.log +#StandardError=inherit Restart=always # Sandboxing options to harden security diff --git a/scripts/install b/scripts/install index 6b7d4fa..c5d44a9 100644 --- a/scripts/install +++ b/scripts/install @@ -104,8 +104,7 @@ pushd "$install_dir" ep_headings2@${ep_headings2_version} \ ep_font_size@${ep_font_size_version} if [ $mypads -eq 1 ]; then - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run install-plugins \ - ep_mypads@${mypads_version} + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run install-plugins ep_mypads@${mypads_version} fi popd diff --git a/scripts/upgrade b/scripts/upgrade index 1e7f155..4784247 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -147,8 +147,7 @@ pushd $install_dir ep_headings2@${ep_headings2_version} \ ep_font_size@${ep_font_size_version} if [ $mypads -eq 1 ]; then - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run install-plugins \ - ep_mypads@${mypads_version} + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run install-plugins ep_mypads@${mypads_version} fi popd