mirror of
https://github.com/YunoHost-Apps/guacamole_ynh.git
synced 2024-09-03 19:16:03 +02:00
Cleanup
This commit is contained in:
parent
7d631f26a9
commit
1bc6698a6e
2 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue