You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Using interface $interface with IP address $ip"
break
fi
done
# Check if an IP was found; if not, exit with an error
if [ -z "$ip" ]; then
echo "No IP address found on specified interfaces (en0, ens33, ens37)."
exit 1
fi
# Run the Flask application
#TODO sa faci o chestie sa poti sa pui argument de --debug la scriptu asta daca sa dea sau nu cu debug ca sa nu se mai zica ca da de ce sa vede asa cu eroriile alea cand dau run si doar daca vrei tu flagu sa-l pui