adding updateIPToBoat2 as an example of how to update a local IP address through the central CGI-BIN script

This commit is contained in:
Axel Uhl
2012-02-29 11:31:11 +01:00
parent c9e558c007
commit 2afb74b95a
+3
View File
@@ -1,4 +1,7 @@
#!/bin/sh
# updates a Windows machine's WiFi IP address to the sapsailing.com apache configuration
# using the updateRedirect CGI-BIN script on the server side
# Note the "grep" for the German output of ipconfig on a German Windows installation...
if [ "$1" = "" ]; then
echo "Usage: updateIPToBoat2 <port>"
else