From 3e6cf464cff47d22f4ac4b4313fda68f32ae1ea8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Nov 2007 15:51:52 -0500 Subject: starting implementation --- etc-init.d/20git-init | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 etc-init.d/20git-init (limited to 'etc-init.d/20git-init') diff --git a/etc-init.d/20git-init b/etc-init.d/20git-init new file mode 100755 index 0000000..7bf1c89 --- /dev/null +++ b/etc-init.d/20git-init @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +if [ ! -e .git ]; then + git-init +fi -- cgit v1.2.3