Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
fix for the default network scan command
Browse files Browse the repository at this point in the history
  • Loading branch information
greyarch committed May 11, 2017
1 parent 115dcdf commit efa53c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ NETWORK_HEALTHCHECK_TEST_IP_PREFIX = env.get 'NETWORK_HEALTHCHECK_TEST_IP_PREFIX

pipeworksCmd = env.get 'PIPEWORKS_CMD', 'eth1 -i eth0 @CONTAINER_NAME@ dhclient @3055'
vlan = parseInt(pipeworksCmd.slice(-4)) - 3000
scanCmd = env.get "NETWORK_SCAN_CMD', 'nmap -sP -n 10.25.#{vlan}.51-240"
scanCmd = env.get 'NETWORK_SCAN_CMD', "nmap -sP -n 10.25.#{vlan}.51-240"

config =
domain: env.assert 'DOMAIN'
Expand Down

0 comments on commit efa53c4

Please sign in to comment.