File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ export MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
77sh $MY_REPO /sspcloud/restore_environment.sh
88
99# Download data
10- sh $MY_REPO /sspcloud/download_data.sh
10+ # This script is run with bash because there is a bash array
11+ bash $MY_REPO /sspcloud/download_data.sh
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ export MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
77sh $MY_REPO /sspcloud/restore_environment.sh
88
99# Download data
10- sh $MY_REPO /sspcloud/download_data.sh
10+ # This script is run with bash because there is a bash array
11+ bash $MY_REPO /sspcloud/download_data.sh
1112
1213# Download the notebook
1314# $1 is an argument giving the path of the notebook within the website (eg, notebooks/notebook1.ipynb)
You can’t perform that action at this time.
0 commit comments