Skip to content

Commit b74e790

Browse files
Rob PercivalRJPercival
authored andcommitted
start_etcd.sh: find uptime-source-ips.txt from any working directory
1 parent d2d54eb commit b74e790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/google/start_etcd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ while IFS='' read -r ip || [[ -n "${ip}" ]]; do
7373
SOURCE_RANGES+=","
7474
fi
7575
SOURCE_RANGES+="${ip}"
76-
done < "uptime-source-ips.txt"
76+
done < "${DIR}/uptime-source-ips.txt"
7777

7878
OBJNAME=etcd-node-4001-stackdriver
7979
PRESENT=`${GCLOUD} compute firewall-rules list ${OBJNAME} | grep ${OBJNAME} || true`

0 commit comments

Comments
 (0)