Explorar el Código

git config --global core.safecrlf false

Bachir Soussi Chiadmi hace 5 años
padre
commit
64cafc4622
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      bin/misc.sh

+ 2 - 0
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"