blob: 1998e5f42836f6544342c4464ed4dc739a1f1894 [file] [log] [blame]
JoeOLeary290aa862019-03-13 16:47:20 +00001#!/usr/bin/env sh
2while true
3do
4 sleep 60
ejamcud8dda7f12019-07-11 14:17:55 +01005 echo $(curl -sI -X GET https://localhost:8443/reconfigure -k | head -n1) >> /var/log/ONAP/dcaegen2/services/pm-mapper/reconfigure.log
JoeOLeary290aa862019-03-13 16:47:20 +00006done