From 66daff5f27635ba374066f1dbb58536b78c80442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 25 Feb 2024 18:59:51 +0100 Subject: [PATCH] debug --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index d03da3a..7b169ab 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -19,6 +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" mv "$install_dir/downloads/guacamole.war" "$install_dir/var/lib/tomcat9/webapps/$tomcat_guac_dir.war" mkdir -p "$install_dir/etc/guacamole/extensions"