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
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
+1
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 "
############################################################################