Johannes Schneider <mailings@xxxxxxxxxxxxx> writes: > But the same script executed by cron, does not work. Git push does > simply nothing. No output, no push, nothing. > But git log and git --version works... One common problem with cron jobs is that you don't have the same $PATH in your shell and in cron. If you have no output at all, I'd say you didn't reach the line where git is executed in your script. Try to add a set -x at the beginning of your script to see what it's doing. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html