From 88e8d8603f043290bce5b8b3d242a144d453f432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 15 Feb 2026 16:02:22 +0100 Subject: [PATCH] Debug information --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 9ffe63a..54088fd 100644 --- a/deploy.sh +++ b/deploy.sh @@ -104,7 +104,7 @@ necessary_information_config() { fi if [[ "${DEBUG:-false}" == "true" ]]; then - echo "Debugging enabled." + echo -e "\n✅ Debugging enabled." export DIR_COPY_FLAGS="ravu" export FILES_COPY_FLAGS="avu" else