Skip to content

Commit 422402a

Browse files
authored
doc: add comment explaining why we cd into the parent folder in start.sh
1 parent 1153a5d commit 422402a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/start.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
# cd into the parent directory of the script,
4+
# so that the script generates virtual environments always in the same path.
35
cd "${0%/*}" || exit 1
46

57
cd ../

0 commit comments

Comments
 (0)