„Build/upgradeconfig.sh“ ändern

This commit is contained in:
Stephan 2018-12-31 17:25:41 +00:00
parent f12e1989d0
commit 7393b24cb5

View file

@ -34,6 +34,9 @@
if ! cat ./$CONFIG | grep -q "LOGlevel" ; then
echo "LOGlevel=\"1\"" >> ./$CONFIG
fi
if ! cat ./$CONFIG | grep -q "LOGmax" ; then
echo "LOGmax=\"1\"" >> ./$CONFIG
fi
if ! cat ./$CONFIG | grep -q "reindex" ; then
echo "reindex=\"1\"" >> ./$CONFIG
fi