diff --git a/get_real_instance_domain.sh b/get_real_instance_domain.sh index b5db348..3f2d109 100755 --- a/get_real_instance_domain.sh +++ b/get_real_instance_domain.sh @@ -4,7 +4,7 @@ # running on with access logging activated in order for this to # work. -# Version: 2019-08-17_1 +# Version: 2020-06-08_1 if [ -z "${2}" ]; then echo "Usage: ${0} [additional curl options]" >&2 @@ -13,6 +13,7 @@ fi your_host="${1}" remote_host="${2}" +shift 2 if command -v md5sum > /dev/null; then uuid="$(date | md5sum | cut -d' ' -f 1)"