Skip to content

Commit

Permalink
stop sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-baez committed Nov 30, 2023
1 parent ab762a5 commit 4c04276
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/setup_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ SECURITY=""
VOLUME=""
VMNAME="chunk"
VMNUMBER=0
SETUP_CONFIG="/home/ubuntu/t-rex-monitor/vm_vars.sh"
while getopts "u:f:i:k:j:n:m:b:s:w:v:c:" opt; do
case $opt in
u) USER="$OPTARG"
Expand Down Expand Up @@ -57,7 +56,6 @@ START=$VMNUMBER
END=$(( VMNUMBER + NUMINSTANCES))

source $JSCRED
source $SETUP_CONFIG


# create and start an instance
Expand Down

0 comments on commit 4c04276

Please sign in to comment.