#!/bin/bash

#load configuration
. "$(dirname "$0")/config.sh"

# Usage: $0 INSTANCE  server IP_ADDRESS port NUM period NUM
instance=$1
if [ -z "$instance" ]; then
    echo "Instance is required" >&2
    exit 1
fi
shift

. "$lib/net-ntp.sh"
