- Added noticelists update

pull/5/head
Steve Clement 2018-05-23 02:06:52 +02:00
parent cfd86a4a30
commit fb27d29f5b
1 changed files with 3 additions and 0 deletions

View File

@ -526,6 +526,9 @@ curl --header "Authorization: $AUTH_KEY" --header "Accept: application/json" --h
echo "--- Updating the warning lists… ---"
curl --header "Authorization: $AUTH_KEY" --header "Accept: application/json" --header "Content-Type: application/json" -o /dev/null -s -X POST http://127.0.0.1/warninglists/update
echo "--- Updating the notice lists… ---"
curl --header "Authorization: $AUTH_KEY" --header "Accept: application/json" --header "Content-Type: application/json" -o /dev/null -s -X POST http://127.0.0.1/noticelists/update
echo "--- Updating the object templates… ---"
curl --header "Authorization: $AUTH_KEY" --header "Accept: application/json" --header "Content-Type: application/json" -o /dev/null -s -X POST http://127.0.0.1/objectTemplates/update