Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/20c02dcd96a5c20ce692df5f69ce1ebe9597eae2?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/5/head
xSmurf 10 years ago
parent d9c64ebeab
commit 20c02dcd96

@ -1,3 +1,3 @@
#!/bin/sh
echo AUTHENTICATE `/usr/binhexdump -e '32/1 "%02x""\n"' /var/lib/tor/.tor/control_auth_cookie`$'\n'SIGNAL NEWNYM | /usr/bin/nc 127.0.0.1 9051
echo AUTHENTICATE `/usr/bin/hexdump -e '32/1 "%02x""\n"' /var/lib/tor/.tor/control_auth_cookie`$'\n'SIGNAL NEWNYM | /usr/bin/nc 127.0.0.1 9051

Loading…
Cancel
Save