enable fast load and timestamps
[ccsdk/distribution.git] / platform-logic / installer / src / main / scripts / install.sh
index 36bf070..167c071 100644 (file)
@@ -29,7 +29,7 @@ start=$(date +%s.%N)
 $BASEDIR/bin/svclogic.sh install $BASEDIR $BASEDIR/config/svclogic.properties
 
 end=$(date +%s.%N)
-echo "Load and activate from $curdir finished at $(date)"
+echo "Load and activate finished at $(date)"
 runtime=$(python -c "print(${end} - ${start})")
 echo "Load and activate took $runtime seconds"