Update network_menu.sh

This commit is contained in:
MacRimi 2025-02-04 17:14:49 +01:00 committed by GitHub
parent 21637d4cc5
commit fd6099192e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ initialize_cache
case $OPTION in
1)
msg_info "$(translate "Running network repair...")"
msg_info2 "$(translate "Running network repair...")"
if bash <(curl -s "$REPO_URL/scripts/repair_network.sh"); then
msg_ok "$(translate "Network repair completed.")"
else