From 83a194c6229cd0ca4bda992b78e2d4cfe2aa41d3 Mon Sep 17 00:00:00 2001 From: Nils Schulte Date: Sun, 29 Mar 2020 20:43:36 +0200 Subject: [PATCH] changed ip in uploadscript --- upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload.sh b/upload.sh index 3396f96..6a7a843 100755 --- a/upload.sh +++ b/upload.sh @@ -1,7 +1,7 @@ #!/bin/bash md5files=$(cat .uploaded) -IP=192.168.222.40 +IP=stepper-clock.lan if [ "$#" != 0 ]; then IP="$1" fi