Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 7cb81d4

Browse files
committed
Read from .env.sh file automatically in setup_node.sh script
1 parent 61c346c commit 7cb81d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/setup_node.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Read from shell configuration file
2+
source ./.env.sh
3+
14
echo "Listing nodes in Docker Swarm..."
25
docker node ls
36

0 commit comments

Comments
 (0)