From fc2210cb761c49c054b4a2fe97255e54262cdc42 Mon Sep 17 00:00:00 2001
From: Tejas Guruswamy <tguruswamy@anl.gov>
Date: Fri, 17 Feb 2023 14:53:19 -0600
Subject: [PATCH] Set permissions of ImageJ folder afterwards

---
 build_imagej+ad_plugins.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build_imagej+ad_plugins.sh b/build_imagej+ad_plugins.sh
index 9e687d1..a99a2da 100644
--- a/build_imagej+ad_plugins.sh
+++ b/build_imagej+ad_plugins.sh
@@ -61,3 +61,5 @@ popd
 if [ -d "ImageJ_Profiles" ]; then
     cp -a "ImageJ_Profiles" "ImageJ"
 fi
+
+chmod -R ug+rwX,o+rX ImageJ
-- 
GitLab