summaryrefslogtreecommitdiffstats
path: root/src/main/resources/reconfigure.sh
blob: 79aea06a988a079cb855af7a802e6b536138b9f7 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh
while true
do
    sleep 60
    echo $(wget -S --spider --no-check-certificate https://localhost:8443/reconfigure 2>&1) >> /var/log/ONAP/dcaegen2/services/pm-mapper/reconfigure.log
done