diff options
Diffstat (limited to 'util/configure_network.sh')
-rw-r--r-- | util/configure_network.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/util/configure_network.sh b/util/configure_network.sh index f71a856..6d07280 100644 --- a/util/configure_network.sh +++ b/util/configure_network.sh @@ -28,6 +28,4 @@ echo "::1 localhost" >> /etc/hosts systemctl enable dhcpcd -echo "Network configuration done - OK" -echo "" -sleep 1 +echo "Configured network - OK" |