Skip to content

Commit

Permalink
do not split this line
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchastang committed Sep 10, 2024
1 parent 5d6c8b0 commit 05486e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyter-images/shared/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ singleuser:
- "bash"
- "-c"
- >
dir="/home/jovyan/.ssh"; [ -d $dir ] && { chmod 700 $dir && \
chmod -f 600 $dir/* && chmod -f 644 $dir/*.pub; } || true;
dir="/home/jovyan/.ssh"; [ -d $dir ] && { chmod 700 $dir && chmod -f 600 $dir/* && chmod -f 644 $dir/*.pub; } || true;
cp -t /home/jovyan /Acknowledgements.ipynb \
/update_material.ipynb /additional_kernels.ipynb;
gitpuller <git-url> <branch-name> <dir-name>;
Expand Down

0 comments on commit 05486e2

Please sign in to comment.