mirror of
https://github.com/YunoHost-Apps/guacamole_ynh.git
synced 2024-09-03 19:16:03 +02:00
mkdir
This commit is contained in:
parent
c1c6916d7d
commit
ae4c3f2454
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ function setup_sources {
|
||||||
ar x "tomcat9.deb" "data.tar.xz"
|
ar x "tomcat9.deb" "data.tar.xz"
|
||||||
tar xJf data.tar.xz
|
tar xJf data.tar.xz
|
||||||
popd || ynh_die
|
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/usr/share/tomcat9/etc" -T "$install_dir/etc/tomcat9/"
|
||||||
cp -r "$install_dir/downloads/tomcat9/etc/tomcat9/" -T "$install_dir/etc/tomcat9/"
|
cp -r "$install_dir/downloads/tomcat9/etc/tomcat9/" -T "$install_dir/etc/tomcat9/"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue