You've already forked dts-scripts
mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-06-13 19:16:21 -07:00
fix(network): correct established message grammar
This commit is contained in:
@@ -235,7 +235,7 @@ wait_for_network_connection() {
|
||||
|
||||
if check_network_connection; then
|
||||
echo
|
||||
print_ok "Network connection have been established!"
|
||||
print_ok "Network connection has been established!"
|
||||
NETWORK_CONNECTION_ESTABLISHED="1"
|
||||
return 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user