Skip to content

Commit 2db74a2

Browse files
committed
Init
1 parent 1cf94ab commit 2db74a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Get the name of the repo
4-
MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
4+
export MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
55

66
# Restore the environment
77
sh $MY_REPO/sspcloud/restore_environment.sh

0 commit comments

Comments
 (0)