From 4c8896c2dc18f8692d9c65b3593c5fe5caaeec98 Mon Sep 17 00:00:00 2001 From: CGDogan <126820728+CGDogan@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:35:26 +0100 Subject: [PATCH] Update build_orthanc_indexer.sh --- build_orthanc_indexer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_orthanc_indexer.sh b/build_orthanc_indexer.sh index fe2c533..e67b780 100755 --- a/build_orthanc_indexer.sh +++ b/build_orthanc_indexer.sh @@ -17,5 +17,5 @@ make -j$(nproc) # doesn't work: ./UnitTests mv libOrthancIndexer.so.mainline ../../libOrthancIndexer.so -cd ../.. +cd ../../.. rm -rf orthanc-indexer