diff options
Diffstat (limited to 'etc-init.d/20git-init')
| -rwxr-xr-x | etc-init.d/20git-init | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc-init.d/20git-init b/etc-init.d/20git-init deleted file mode 100755 index 7bf1c89..0000000 --- a/etc-init.d/20git-init +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -set -e -if [ ! -e .git ]; then - git-init -fi |
