From fb27d29f5b3e0f10614cb1fbe8603fdee6a4228a Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 23 May 2018 02:06:52 +0200 Subject: [PATCH] - Added noticelists update --- scripts/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 078acdd..314a5d9 100644 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -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