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