make group permission for CELL, output directories

This commit is contained in:
Dmitry Ozerov
2023-08-30 12:47:29 +02:00
parent d964a9431e
commit 266a2f90ab

2
scripts/prepare.sh Executable file → Normal file
View File

@ -9,6 +9,7 @@ do
if [ ! -d ${d} ]
then
mkdir ${d}
chmod -R g+w ${d}
fi
done
@ -50,5 +51,4 @@ for f in env_setup.sh run_index.sh DETECTOR_DISTANCE.txt BEAM_ENERGY.txt
do
chmod g+w $f
done
chmod -R g+w CELL