diff --git a/distillery/purge.sh b/distillery/purge.sh index 8d9c3e9..6d5a09d 100755 --- a/distillery/purge.sh +++ b/distillery/purge.sh @@ -52,10 +52,10 @@ dockerized_mysql -e "FLUSH PRIVILEGES;" # Clear the GraphDB repository. log_info " => Deleting GraphDB repository '$GRAPHDB_REPO'" -curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/repositories/$GRAPHDB_REPO/ +curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/repositories/$GRAPHDB_REPO log_info " => Deleting GraphDB user '$GRAPHDB_USER'" -curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/security/user/$GRAPHDB_USER/ +curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/security/user/$GRAPHDB_USER # Delete the directory