Scripting question
|
2018-10-18, 03:40
Post: #2
|
|||
|
|||
RE: Scripting question
The good news is your code is working. The problem is that the dhcp command is broad statement to test for. I would recommend using "dhcp net0" instead of just "dhcp"... another behavior I have observed is that it is best to test a subsequent expected condition brought on by the "dhcp net0" command. For instance check to see if there is a default gateway ${net0/gateway} or an IP set ${net0/ip} ;
Sample Code: Code: set 0_lp:int32 0 ; inc 0_lp "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Scripting question - ebruno - 2018-10-18, 01:13
RE: Scripting question - MultimediaMan - 2018-10-18 03:40
RE: Scripting question - ebruno - 2018-10-18, 16:32
|
User(s) browsing this thread: 1 Guest(s)