From 92cdb68b375825d57578ad0fda411cf31119f055 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 25 Jul 2017 17:32:31 +0200 Subject: [PATCH] Modify and option of addAlgorithms so that it does not recompile everything. --- smartgears/dataminer_app/templates/algorithms-updater.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/smartgears/dataminer_app/templates/algorithms-updater.j2 b/smartgears/dataminer_app/templates/algorithms-updater.j2 index e0442262..7364e7b9 100644 --- a/smartgears/dataminer_app/templates/algorithms-updater.j2 +++ b/smartgears/dataminer_app/templates/algorithms-updater.j2 @@ -67,6 +67,7 @@ function algorithms_updater() { awk -F \| '{ print $2 "|" $6 }' $ALGORITHMS_FILE > $ALGORITHMS_TEMP_SCRIPT.algorithmslist sed -i -e 's///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