change permissions of data-dir

This commit is contained in:
Christoph Schranz 2020-02-24 21:21:25 +01:00
parent ca9fe9c861
commit 14982f2f14

View File

@ -30,6 +30,7 @@ cp $STACKS_DIR/base-notebook/start.sh .build/
cp $STACKS_DIR/base-notebook/start-notebook.sh .build/
cp $STACKS_DIR/base-notebook/start-singleuser.sh .build/
chmod 755 .build/*
chmod -R 755 data/
echo "
############################################################################