make group permission for CELL, output directories
This commit is contained in:
2
scripts/prepare.sh
Executable file → Normal file
2
scripts/prepare.sh
Executable file → Normal 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
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user