changed ip in uploadscript

This commit is contained in:
Nils Schulte 2020-03-29 20:43:36 +02:00
parent f7020bf9f2
commit 83a194c622

View File

@ -1,7 +1,7 @@
#!/bin/bash
md5files=$(cat .uploaded)
IP=192.168.222.40
IP=stepper-clock.lan
if [ "$#" != 0 ]; then
IP="$1"
fi