summaryrefslogtreecommitdiff
path: root/init.d/40git-init
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/40git-init')
-rwxr-xr-xinit.d/40git-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/40git-init b/init.d/40git-init
index 69867c4..1554166 100755
--- a/init.d/40git-init
+++ b/init.d/40git-init
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
if [ ! -e .git ]; then
- git-init
+ git init
echo "$(hostname) /etc repository" > .git/description
fi