diff options
author | Nick <nick@somerandomnick.ano> | 2010-05-14 11:47:59 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-05-14 11:47:59 +0000 |
commit | 1bec15ac091e180c0dcace912dab8b30cb27852a (patch) | |
tree | 77c934122bee803bab9a45a3c65f975572869ecf /gitd | |
parent | f183517ce571b8e0bcbef0014ef4d162e4d60582 (diff) | |
download | resdb-1bec15ac091e180c0dcace912dab8b30cb27852a.tar.gz resdb-1bec15ac091e180c0dcace912dab8b30cb27852a.zip |
fixed a stupid bug
Diffstat (limited to 'gitd')
-rwxr-xr-x | gitd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -repodir="$(basename $0)" +repodir="$(dirname $0)" exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" |