From 4823077cf65de6819ab39972fcff625f551d360a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 25 Feb 2024 19:28:05 +0100 Subject: [PATCH] mkdir --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a24f0e2..5974ebe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -28,7 +28,7 @@ function setup_sources { cp -r "$install_dir/downloads/tomcat9/etc/tomcat9/" -T "$install_dir/etc/tomcat9/" ynh_setup_source --source_id="client" --dest_dir="$install_dir/downloads" - ynh_exec_warn ls -lah "$install_dir/var/lib/tomcat9" + mkdir -p "$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"