File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change
1
+ export JJS_SYSROOT=/var/lib/jjs
2
+ export JJS_PATH=/usr
3
+ export DATABASE_URL=postgres://jjs:internal@localhost:5432/jjs
4
+ export RUST_BACKTRACE=1
5
+ export JJS_HOST=0.0.0.0
6
+ export JJS_SELF_ADDR=127.0.0.1
Original file line number Diff line number Diff line change @@ -31,20 +31,11 @@ sleep 5
31
31
echo "We are: \$ (id)"
32
32
33
33
su jjs -c '
34
- export JJS_SYSROOT=/var/lib/jjs
35
- export JJS_PATH=/usr
36
- export DATABASE_URL=postgres://jjs:internal@localhost:5432/jjs
37
- export RUST_BACKTRACE=1
38
- export JJS_HOST=0.0.0.0
39
- export JJS_SELF_ADDR=127.0.0.1
34
+ $( cat env.txt)
40
35
jjs-frontend &
41
36
'
42
37
43
- export JJS_SYSROOT=/var/lib/jjs
44
- export JJS_PATH=/usr
45
- export DATABASE_URL=postgres://jjs:internal@localhost:5432/jjs
46
- export RUST_BACKTRACE=1
47
- export JJS_SELF_ADDR=127.0.0.1
38
+ $( cat env.txt)
48
39
jjs-invoker &
49
40
50
41
ifdown eth0
You can’t perform that action at this time.
0 commit comments