Modify and option of addAlgorithms so that it does not recompile everything.

This commit is contained in:
Andrea Dell'Amico 2017-07-25 17:32:31 +02:00
parent 0ea789571b
commit 92cdb68b37
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ function algorithms_updater() {
awk -F \| '{ print $2 "|" $6 }' $ALGORITHMS_FILE > $ALGORITHMS_TEMP_SCRIPT.algorithmslist
sed -i -e 's/<notextile>//g' $ALGORITHMS_TEMP_SCRIPT.algorithmslist
sed -i -e 's/<\/notextile>//g' $ALGORITHMS_TEMP_SCRIPT.algorithmslist
sed -i -e 's/\ N\ /\ Y\ /g' $ALGORITHMS_TEMP_SCRIPT.algorithmslist
if [ ! -f $ALGORITHMS_INSTALLED_FILE ] ; then
touch $ALGORITHMS_INSTALLED_FILE
fi