From 5063d6f8d94e14020c8fe4745c97866b4a425797 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 2 Jan 2024 19:04:47 +0100 Subject: [PATCH] Moar test debug .. --- scripts/_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index cb2aa26..e106b18 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -31,7 +31,9 @@ WantedBy=multi-user.target EOF mkdir -p /redirect + mkdir -p /redirect/path echo "helloworld" > /redirect/index.html + echo "helloworld" > /redirect/path/index.html systemctl daemon-reload ynh_systemd_action --service_name=whatever --action=enable ynh_systemd_action --service_name=whatever --action=restart