summaryrefslogtreecommitdiff
path: root/init.d/20git-init
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/20git-init')
-rwxr-xr-xinit.d/20git-init1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/20git-init b/init.d/20git-init
index 7bf1c89..69867c4 100755
--- a/init.d/20git-init
+++ b/init.d/20git-init
@@ -2,4 +2,5 @@
set -e
if [ ! -e .git ]; then
git-init
+ echo "$(hostname) /etc repository" > .git/description
fi