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