From 953ddcbb88621b358abd74fc12de5b06a3fc351d Mon Sep 17 00:00:00 2001 From: fahimkhan Date: Mon, 22 Aug 2016 12:31:40 +0530 Subject: Footer color changed --- routes/routes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'routes/routes.js') diff --git a/routes/routes.js b/routes/routes.js index ca07fba..5dbda92 100644 --- a/routes/routes.js +++ b/routes/routes.js @@ -73,7 +73,8 @@ module.exports = function(express,app,fs,os,io,PythonShell,scriptPath){ { //Adding Plot component in a file - sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n print alli > /tmp/plot_alli_'+socketID+'.txt', fileName); + sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n \ + print alli > /tmp/plot_alli_'+socketID+'.txt', fileName); } -- cgit