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

Fix variable

This commit is contained in:
Thomas 2024-06-11 21:25:53 +02:00 committed by GitHub
parent 2e625eb58e
commit d1534eda75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ function setup_sources {
tomcat_guac_dir="ROOT"
fi
ynh_setup_source --source_id="$tomcat_version_deb" --dest_dir="$install_dir/downloads/$tomcat_version"
ynh_setup_source --source_id="${tomcat_version}_deb" --dest_dir="$install_dir/downloads/$tomcat_version"
pushd "$install_dir/downloads/$tomcat_version" || ynh_die
ar x "$tomcat_version.deb" "data.tar.xz"
tar xJf data.tar.xz