update
This commit is contained in:
parent
9a063152bf
commit
51a1a9421a
1 changed files with 0 additions and 7 deletions
|
@ -81,12 +81,6 @@ port=$(ynh_find_port 80)
|
||||||
yunohost firewall allow --no-upnp TCP $port 2>&1
|
yunohost firewall allow --no-upnp TCP $port 2>&1
|
||||||
ynh_app_setting_set $app port $port
|
ynh_app_setting_set $app port $port
|
||||||
|
|
||||||
#==============================================
|
|
||||||
# INSTALL JAVA
|
|
||||||
#==============================================
|
|
||||||
|
|
||||||
# ynh_package_install openjdk-8-jre-headless
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# 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
|
ynh_app_setting_set $app final_path $final_path
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source "$final_path"
|
ynh_setup_source "$final_path"
|
||||||
#chmod +x $final_path/streama-1.6.0-RC9.war
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# NGINX CONFIGURATION
|
# NGINX CONFIGURATION
|
||||||
|
|
Loading…
Reference in a new issue