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:
parent
2e625eb58e
commit
d1534eda75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue