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