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/cac3a8556ff3c78fc032a7f7b15fab56a6bb94a9?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/5/head
xSmurf 10 years ago
parent 8a9e040dc5
commit cac3a8556f

@ -30,7 +30,7 @@ do_start() {
exit $ES exit $ES
fi fi
/bin/fgrep -r $WORD /etc/ 2>&1 >> /dev/null /bin/fgrep -q -r $WORD /etc/ 2>&1 >> /dev/null
NOTFOUND=$? NOTFOUND=$?
done done

Loading…
Cancel
Save