fix: corrected sleep message to reflect sleep time
This commit is contained in:
parent
64872d94d6
commit
54387b9129
@ -22,7 +22,7 @@ Rename-Netadapter -name $adapt.name -NewName $HVName
|
|||||||
|
|
||||||
### Pausing to let things settle
|
### Pausing to let things settle
|
||||||
|
|
||||||
echo "Sleeping 30s"
|
echo "Sleeping 10s"
|
||||||
Sleep 10
|
Sleep 10
|
||||||
#End
|
#End
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Rename-Netadapter -name $adapt.name -NewName $HVName
|
|||||||
|
|
||||||
### Pausing to let things settle
|
### Pausing to let things settle
|
||||||
|
|
||||||
echo "Sleeping 30s"
|
echo "Sleeping 10s"
|
||||||
Sleep 10
|
Sleep 10
|
||||||
|
|
||||||
### Général IP configure
|
### Général IP configure
|
||||||
|
@ -26,7 +26,7 @@ Rename-Netadapter -name $adapt.name -NewName $HVName
|
|||||||
|
|
||||||
# Pausing to let things settle
|
# Pausing to let things settle
|
||||||
|
|
||||||
echo "Sleeping 30s"
|
echo "Sleeping 10s"
|
||||||
Sleep 10
|
Sleep 10
|
||||||
|
|
||||||
### Général IP configure
|
### Général IP configure
|
||||||
|
Loading…
Reference in New Issue
Block a user