Silence git

This commit is contained in:
mathias 2018-11-11 20:39:28 +02:00
parent 1f38fd9ab5
commit 3cf1aa4e98

View file

@ -11,8 +11,8 @@ while true; do
cd $HOME/plugins/WorldEdit/schematics/
if [ "git status --porcelain" ]; then
git add --all
git -c user.name='kaboom' -c user.email='' commit -m "Add new schematics"
git push
git -c user.name='kaboom' -c user.email='kaboom' commit -m "Add new schematics" > /dev/null 2>&1
git push > /dev/null 2>&1
fi
sleep 1
done &