File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
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,18 +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
34
+ $( cat env.txt)
39
35
jjs-frontend &
40
36
'
41
37
42
- export JJS_SYSROOT=/var/lib/jjs
43
- export JJS_PATH=/usr
44
- export DATABASE_URL=postgres://jjs:internal@localhost:5432/jjs
45
- export RUST_BACKTRACE=1
38
+ $( cat env.txt)
46
39
jjs-invoker &
47
40
48
41
ifdown eth0
You can’t perform that action at this time.
0 commit comments