From 36d2a767f16628d954961b3b5b997e51a4cab1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:31:02 +0200 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 681da92..4d6d0b4 100755 --- a/scripts/install +++ b/scripts/install @@ -29,8 +29,6 @@ if [ "$(systemctl cat tomcat9 --quiet)" ]; then fi fi -#REMOVEME? ynh_install_app_dependencies $pkg_dependencies - if [ ! $tomcat_enabled ]; then systemctl disable tomcat9 --quiet fi