1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
This commit is contained in:
Salamandar 2024-02-25 21:59:11 +01:00
parent 7d631f26a9
commit 1bc6698a6e
2 changed files with 0 additions and 5 deletions

View file

@ -26,9 +26,6 @@ if [ "$(systemctl cat tomcat9 --quiet)" ]; then
fi
fi
# Define and install dependencies
#REMOVEME? ynh_install_app_dependencies $pkg_dependencies
if [ ! $tomcat_enabled ]; then
systemctl disable tomcat9 --quiet
fi

View file

@ -74,8 +74,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