permissions for build file

This commit is contained in:
Christoph Schranz 2020-02-23 13:00:31 +01:00
parent 37a86aac92
commit 1937e707be
4 changed files with 1 additions and 0 deletions

0
.build/start-notebook.sh Normal file → Executable file
View File

0
.build/start-singleuser.sh Normal file → Executable file
View File

0
.build/start.sh Normal file → Executable file
View File

View File

@ -29,6 +29,7 @@ cp $STACKS_DIR/base-notebook/fix-permissions .build/
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 $STACKS_DIR/*.sh
echo "
############################################################################