From 3abd1f00286b45a4841efc49a2142908960559c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 15 Feb 2026 15:39:29 +0100 Subject: [PATCH] Debug information --- README.md | 2 +- deploy.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3998f67..bbdf194 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ cd numbus-server **2. Run the Deployment Script:** ```bash -sudo bash deploy.sh +./deploy.sh ``` **3. Follow the Prompts:** diff --git a/deploy.sh b/deploy.sh index ef1fabf..5cf52a3 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1001,6 +1001,7 @@ EOF sleep 1 if [[ "${DEBUG:-false}" == "true" ]]; then + echo "Debugging enabled." DIR_COPY_FLAGS="ravu" FILES_COPY_FLAGS="avu" else