Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/subgraph-oz/commit/23564800351a4641c4d0341deff01fe1210fe5dc?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Remove some debug output.

master
dma 10 years ago
parent fe617bdc44
commit 2356480035

@ -323,7 +323,6 @@ func (st *initState) launchApplication(cpath, pwd string, cmdArgs []string) (*ex
args := []string{"-w",cpath} args := []string{"-w",cpath}
cmdArgs = append(args, cmdArgs...) cmdArgs = append(args, cmdArgs...)
cpath = "/usr/bin/seccomp-wrapper" cpath = "/usr/bin/seccomp-wrapper"
st.log.Warning(cpath)
} }
cmd := exec.Command(cpath) cmd := exec.Command(cpath)

Loading…
Cancel
Save