This commit is contained in:
liberodark 2018-11-29 15:03:29 +01:00
parent 9a063152bf
commit 51a1a9421a

View file

@ -81,12 +81,6 @@ port=$(ynh_find_port 80)
yunohost firewall allow --no-upnp TCP $port 2>&1
ynh_app_setting_set $app port $port
#==============================================
# INSTALL JAVA
#==============================================
# ynh_package_install openjdk-8-jre-headless
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
@ -94,7 +88,6 @@ ynh_app_setting_set $app port $port
ynh_app_setting_set $app final_path $final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source "$final_path"
#chmod +x $final_path/streama-1.6.0-RC9.war
#=================================================
# NGINX CONFIGURATION