Mercurial > hg > anonet-resdb
view gitd @ 1204:2dcb03d77b03 draft
scripts/check_db_safety: don't complain so much about missing things
they aren't unsafe
author | cathugger <cathugger@cock.li> |
---|---|
date | Sun, 13 May 2018 12:40:39 +0000 |
parents | 93106436f24f |
children |
line wrap: on
line source
#!/bin/sh repodir="$(dirname $0)" touch "$repodir"/.git/git-daemon-export-ok exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" --reuseaddr "$@"