Skip to content

Commit

Permalink
fix: Hide message
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 20, 2024
1 parent 55300a9 commit d5d248a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ closeNetwork() {
if [[ "$DHCP" == [Yy1]* ]]; then

# Shutdown nginx
nginx -s stop -e stderr
nginx -s stop 2> /dev/null
fWait "nginx"

ip link set "$VM_NET_TAP" down || true
Expand Down Expand Up @@ -260,7 +260,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
else

# Shutdown nginx
nginx -s stop -e stderr
nginx -s stop 2> /dev/null
fWait "nginx"

# Configuration for static IP
Expand Down

0 comments on commit d5d248a

Please sign in to comment.