From 8eba82aa455166ad511f42ba55cb063c9fefa628 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 18 Apr 2019 22:46:31 +0200 Subject: [PATCH] git config --global core.safecrlf false --- bin/misc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/misc.sh b/bin/misc.sh index 136a3b4..2dd43f1 100755 --- a/bin/misc.sh +++ b/bin/misc.sh @@ -29,4 +29,6 @@ echo "${TIMEZONE}" > /etc/timezone rc-service crond start && rc-update add crond +git config --global core.safecrlf false + echo -e "Misc done"