diff options
Diffstat (limited to 'init.d/40git-init')
-rwxr-xr-x | init.d/40git-init | 2 |
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 |