Remove fixed IPs and separate network for fixturenet. #30

Merged
telackey merged 7 commits from telackey/netfix into main 2022-10-31 17:43:49 +00:00
Showing only changes of commit 0d118cdee4 - Show all commits

View File

@ -27,7 +27,7 @@ function inc_status() {
echo -n "Waiting for ${STATUSES[$STATUS]}..."
while [ $STATUS -lt ${#STATUSES[@]} ]; do
sleep 2
sleep 1
echo -n "."
case $STATUS in
0)