Skip to content

Commit c1ffb88

Browse files
authored
Update install.sh
1 parent 05781c0 commit c1ffb88

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,12 @@ deploy_zone() {
266266
# sudo nmap -v -sn -n 192.168.1.0/24 -oG - | awk '/Status: Down/{print $2}'
267267
# FIXME: prompt for IP range?
268268
RANGE=$(echo $GATEWAY | sed 's/\..$//g')
269-
pod_start=192.168.10.200
270-
pod_end=192.168.10.220
269+
pod_start="$RANGE.200"
270+
pod_end="$RANGE.220"
271271
pod_gw=$GATEWAY
272272
pod_mask=255.255.255.0
273-
ip_start=192.168.10.221
274-
ip_end=192.168.10.240
273+
ip_start="$RANGE.221"
274+
ip_end="$RANGE.240"
275275
ip_gw=$GATEWAY
276276
ip_mask=255.255.255.0
277277

0 commit comments

Comments
 (0)