From 3b45ac4eeadd8e02374137d8de0b94375c5de715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 24 Feb 2024 17:20:05 +0100 Subject: [PATCH] Fix installation path --- scripts/_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ad4d2a5..1616d28 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -18,7 +18,8 @@ function setup_sources { tomcat_guac_dir="ROOT" fi - ynh_setup_source --source_id="client" --dest_dir="$install_dir/var/lib/tomcat9/webapps/$tomcat_guac_dir" + ynh_setup_source --source_id="client" --dest_dir="$install_dir/downloads" + mv "$install_dir/downloads/guacamole.war" "var/lib/tomcat9/webapps/$tomcat_guac_dir.war" mkdir -p "$install_dir/etc/guacamole/extensions"