diff options
Diffstat (limited to 'common/init')
-rw-r--r-- | common/init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/init b/common/init index bbf6f14..ecb52f4 100644 --- a/common/init +++ b/common/init @@ -143,6 +143,7 @@ fi [ -e init.local ] && . ./init.local git init --initial-branch "$MAIN_BRANCH" --template="./git_template" +rm --recursive ./git_template while read -r var; do var_name="${var%=*}" |