Revert "CI: Rename global-settings to mvn-glob..."
[ci-management.git] / jjb / iec / iec-fdn-install.sh
index 40852df..e1a74fa 100755 (executable)
@@ -18,5 +18,7 @@ HOST_USER=root
 export HOST_USER
 ./startup.sh
 
+# Fix permissions so we can archive log files before pushing to Nexus
+sudo chown $(id -u):$(id -g) -R "${WORKSPACE}"
 
 exit 0