1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00

test ynh_debian_version

This commit is contained in:
Thomas 2024-06-11 21:07:14 +02:00 committed by GitHub
parent dc021ecaea
commit 140027c092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,9 +6,9 @@
guacamole_version="1.5.4"
if [ "$debian_maj_version" -eq 11 ] ; then
if [ "$ynh_debian_version" == "bullseye" ] ; then
tomcat_version="tomcat9"
elif [ "$debian_maj_version" -eq 12 ] ; then
elif [ "$ynh_debian_version" == "bookworm" ] ; then
tomcat_version="tomcat10"
fi