Skip to content

Commit 9ef1a10

Browse files
committed
⏪ Restore jobs paths
1 parent 18c916d commit 9ef1a10

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

infrastructure/templates/setup_services.sh.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -e
33
CURRENT_USER="$${SUDO_USER:-$(whoami)}"
4+
REPO_ROOT="/home/$CURRENT_USER/hbnmigration"
5+
PYTHON_JOBS_PATH="$REPO_ROOT/python_jobs"
6+
NODE_JOBS_PATH="$REPO_ROOT/node_jobs"
47
echo "============================================"
58
echo "Setting up HBN migration monitoring services"
69
echo "============================================"
@@ -9,6 +12,7 @@ echo "Instance: ${INSTANCE_NAME}"
912
echo "Region: ${AWS_REGION}"
1013
echo "Environment: ${ENVIRONMENT}"
1114
echo "Virtual Environment path: ${VENV_PATH}"
15+
echo "Jobs paths: $PYTHON_JOBS_PATH, $NODE_JOBS_PATH"
1216
echo "WebSocket URL: ${WEBSOCKET_URL}"
1317
echo "============================================"
1418

0 commit comments

Comments
 (0)