1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
This commit is contained in:
Salamandar 2024-02-25 19:20:19 +01:00
parent c1c6916d7d
commit ae4c3f2454

View file

@ -23,6 +23,7 @@ function setup_sources {
ar x "tomcat9.deb" "data.tar.xz"
tar xJf data.tar.xz
popd || ynh_die
mkdir -p "$install_dir/etc"
cp -r "$install_dir/downloads/tomcat9/usr/share/tomcat9/etc" -T "$install_dir/etc/tomcat9/"
cp -r "$install_dir/downloads/tomcat9/etc/tomcat9/" -T "$install_dir/etc/tomcat9/"