From 57e42ba493ecc1838810bf608abb2f5feefe57f9 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 26 Apr 2022 20:14:46 +0200 Subject: Migrated --- src/other/git-ro-daemon.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/other/git-ro-daemon.pl') 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; } -- cgit v1.2.3