Commit b55f247 1 parent 2fb2add commit b55f247 Copy full SHA for b55f247
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ source /opt/neurodesktop/environment_variables.sh
96
96
conda init bash
97
97
mamba init bash
98
98
99
-
99
+ # DISABLED TEMPORARILY TO TEST IF THIS COULD BE RELATED TO THE SLOW STARTUP
100
100
# update example directory
101
- git config --global --add safe.directory /home/${NB_USER} /example-notebooks
102
- if [ -d " /home/${NB_USER} /example-notebooks" ]
103
- then
104
- cd /home/${NB_USER} /example-notebooks
105
- git pull
106
- else
107
- git clone https://github.com/NeuroDesk/example-notebooks /home/${NB_USER} /example-notebooks
108
- fi
101
+ # git config --global --add safe.directory /home/${NB_USER}/example-notebooks
102
+ # if [ -d "/home/${NB_USER}/example-notebooks" ]
103
+ # then
104
+ # cd /home/${NB_USER}/example-notebooks
105
+ # git pull
106
+ # else
107
+ # git clone https://github.com/NeuroDesk/example-notebooks /home/${NB_USER}/example-notebooks
108
+ # fi
You can’t perform that action at this time.
0 commit comments