mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
Merge pull request #857 from ajeddeloh/change-ip
signing/sign.sh: update fero ip
This commit is contained in:
commit
48cad3ef0c
@ -10,7 +10,7 @@ fi
|
|||||||
DATA_DIR="$(readlink -f "$1")"
|
DATA_DIR="$(readlink -f "$1")"
|
||||||
KEYS_DIR="$(readlink -f "$(dirname "$0")")"
|
KEYS_DIR="$(readlink -f "$(dirname "$0")")"
|
||||||
SIGS_DIR="$(readlink -f "$2")"
|
SIGS_DIR="$(readlink -f "$2")"
|
||||||
SERVER_ADDR="${3:-10.7.68.100}"
|
SERVER_ADDR="${3:-10.7.68.102}"
|
||||||
SERVER_PORT="${4:-50051}"
|
SERVER_PORT="${4:-50051}"
|
||||||
|
|
||||||
echo "=== Verifying update payload... ==="
|
echo "=== Verifying update payload... ==="
|
||||||
|
Loading…
Reference in New Issue
Block a user