mirror of
https://github.com/YunoHost-Apps/guacamole_ynh.git
synced 2024-09-03 19:16:03 +02:00
debug
This commit is contained in:
parent
66daff5f27
commit
8ba04e2b36
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function setup_sources {
|
|||
fi
|
||||
|
||||
ynh_setup_source --source_id="client" --dest_dir="$install_dir/downloads"
|
||||
ynh_exec_warn ls -lah "$install_dir/downloads"
|
||||
ynh_exec_warn ls -lah "$install_dir/var/lib/tomcat9"
|
||||
mv "$install_dir/downloads/guacamole.war" "$install_dir/var/lib/tomcat9/webapps/$tomcat_guac_dir.war"
|
||||
|
||||
mkdir -p "$install_dir/etc/guacamole/extensions"
|
||||
|
|
Loading…
Reference in a new issue