mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
fix ynh_java missing
This commit is contained in:
parent
4ea8c65e81
commit
50f19aabbb
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
mongo_version=6.0
|
mongo_version=6.0
|
||||||
|
|
||||||
# List of services to be installed
|
# List of services to be installed
|
||||||
|
@ -14,6 +15,9 @@ MONGO_DB_LIST=(dontCodeProjects dontCodeDemoProjects dontCodeData dontCodeTestPr
|
||||||
# The list of port in the same order than the list of services
|
# The list of port in the same order than the list of services
|
||||||
PORT_LIST=("$port_ide" "$port_preview" "$port_project" "$port_data")
|
PORT_LIST=("$port_ide" "$port_preview" "$port_project" "$port_data")
|
||||||
|
|
||||||
|
java_version=17
|
||||||
|
ynh_java="/usr/lib/jvm/java-${java_version}-openjdk-amd64/bin/java"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue