mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-26 23:46:36 +00:00
adding updateIPToBoat2 as an example of how to update a local IP address through the central CGI-BIN script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user