diff --git a/aufgabe2.4/cron.daily/git-log-rotate b/aufgabe2.4/cron.daily/git-log-rotate index ffe89a2..d924b0f 100755 --- a/aufgabe2.4/cron.daily/git-log-rotate +++ b/aufgabe2.4/cron.daily/git-log-rotate @@ -4,4 +4,4 @@ set -e cd /var/log find . -iname \*.log | xargs git add git commit --all --message "daily autocommit" -git push --force origin master:logs +git push --force origin master