We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b864856 commit abdbca7Copy full SHA for abdbca7
add_route.sh
100644
100755
@@ -37,6 +37,7 @@ if [[ "${OS}" == "Linux" ]]; then
37
echo "To add the route, open an Administrator Shell in Windows and run:"
38
echo " route -p add ${TARGET_IP} mask ${NETMASK} ${PW_IP}"
39
echo ""
40
+ read -p "Press Enter to exit..."
41
exit 1
42
else
43
echo "Native Linux detected"
@@ -108,6 +109,7 @@ elif [[ "${OS}" =~ MINGW* || "${OS}" =~ CYGWIN* ]]; then
108
109
echo "Route added successfully."
110
111
echo "Failed to add the route. Please ensure you are running as Administrator."
112
113
114
fi
115
0 commit comments