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"