1
0
Fork 0
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:
Salamandar 2024-01-04 15:53:06 +01:00
parent 4ea8c65e81
commit 50f19aabbb

View file

@ -3,6 +3,7 @@
#=================================================
# COMMON VARIABLES
#=================================================
mongo_version=6.0
# 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
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
#=================================================