diff --git a/cron_MINUTE.sh b/cron_MINUTE.sh index 7e919a1..c5738e2 100755 --- a/cron_MINUTE.sh +++ b/cron_MINUTE.sh @@ -71,8 +71,8 @@ if [[ $(($minute % 5)) == 0 ]]; then sleep $((1 + RANDOM % 12)) cd $MY_PATH ### Remove files being in .gitignore - git checkout -- www/LOVELand/jukebox/prefs/collection.sq3 - git checkout -- www/LOVELand/jukebox/prefs/prefs.var + # git checkout -- www/LOVELand/jukebox/prefs/collection.sq3 + # git checkout -- www/LOVELand/jukebox/prefs/prefs.var ####################################### git pull fi