From 930257f4af38dc770341f1dfe211ac7634829805 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 21 Apr 2020 21:53:14 +0100 Subject: [PATCH] update auto commit script --- .gitignore | 1 + add-push-playlist.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3b69386..637a7fe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ state sticker.sql tag_cache tag_cache.old +cron-log.txt diff --git a/add-push-playlist.sh b/add-push-playlist.sh index bc24eed..2e6ac01 100755 --- a/add-push-playlist.sh +++ b/add-push-playlist.sh @@ -1,5 +1,7 @@ #!/bin/sh +cd /home/ray/.config/mpd +date git add playlists/ if git commit -m 'auto playlist update' ; then git push -u origin master