We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf94ab commit 2db74a2Copy full SHA for 2db74a2
1 file changed
init.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Get the name of the repo
4
-MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
+export MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
5
6
# Restore the environment
7
sh $MY_REPO/sspcloud/restore_environment.sh
0 commit comments