Merge pull request #857 from ajeddeloh/change-ip

signing/sign.sh: update fero ip
This commit is contained in:
Andrew Jeddeloh 2018-11-16 13:04:02 -08:00 committed by GitHub
commit 48cad3ef0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ fi
DATA_DIR="$(readlink -f "$1")"
KEYS_DIR="$(readlink -f "$(dirname "$0")")"
SIGS_DIR="$(readlink -f "$2")"
SERVER_ADDR="${3:-10.7.68.100}"
SERVER_ADDR="${3:-10.7.68.102}"
SERVER_PORT="${4:-50051}"
echo "=== Verifying update payload... ==="