From 8ba04e2b36a3e89797e4032f9eb17935e0bf0313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 25 Feb 2024 19:04:33 +0100 Subject: [PATCH] debug --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7b169ab..a9de444 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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"