PushBullet integriert

This commit is contained in:
Stephan 2018-12-20 14:36:01 +00:00
parent 2edb0272fc
commit b8b87c3eaf

View file

@ -28,6 +28,9 @@
if ! cat ./$CONFIG | grep -q "dsmbeepnotify" ; then
echo "dsmbeepnotify=\"on\"" >> ./$CONFIG
fi
if ! cat ./$CONFIG | grep -q "PBTOKEN" ; then
echo "PBTOKEN=\"\"" >> ./$CONFIG
fi
if ! cat ./$CONFIG | grep -q "LOGlevel" ; then
echo "LOGlevel=\"1\"" >> ./$CONFIG
fi