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