diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-26 20:14:46 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-26 20:14:46 +0200 |
commit | 57e42ba493ecc1838810bf608abb2f5feefe57f9 (patch) | |
tree | df3ff836fb0a3509e120432e6b80f0eadd240893 /src/other/git-ro-daemon.pl | |
parent | Even cleaner (diff) | |
download | joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.tar.gz joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.tar.bz2 joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.tar.xz joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.tar.zst joe-scripts-57e42ba493ecc1838810bf608abb2f5feefe57f9.zip |
Migrated
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; } |