From 2eb1d94a220d89e18f9c2e3146a6258231bd2fca Mon Sep 17 00:00:00 2001 From: CGDogan <126820728+CGDogan@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:35:39 +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 e67b780..6844551 100755 --- a/build_orthanc_indexer.sh +++ b/build_orthanc_indexer.sh @@ -16,6 +16,6 @@ make -j$(nproc) # doesn't work: ./UnitTests -mv libOrthancIndexer.so.mainline ../../libOrthancIndexer.so +mv libOrthancIndexer.so.mainline ../../../libOrthancIndexer.so cd ../../.. rm -rf orthanc-indexer