diff options
Diffstat (limited to 'src/other/git-ro-daemon.pl')
-rwxr-xr-x | src/other/git-ro-daemon.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/other/git-ro-daemon.pl b/src/other/git-ro-daemon.pl index 93c5339..f237bbc 100755 --- a/src/other/git-ro-daemon.pl +++ b/src/other/git-ro-daemon.pl @@ -6,9 +6,7 @@ use Term::ANSIColor; sub main { system( - '/usr/local/bin/dash', - '-c', - '/usr/local/bin/git daemon --reuseaddr --base-path=/usr/home /usr/home &' + 'git daemon --reuseaddr --base-path=/usr/local/git /usr/local/git &' ); exit; } |