diff --git a/scripts/getnew.sh b/scripts/getnew.sh index aba56bc2..d6063ec4 100755 --- a/scripts/getnew.sh +++ b/scripts/getnew.sh @@ -3,4 +3,8 @@ cd /var/www git stash git pull scripts/./setperms.sh +cd /var/dev +git stash +git pull +scripts/./setperms.sh forever restartall diff --git a/server/server.js b/server/server.js index 605cf09e..ff583348 100755 --- a/server/server.js +++ b/server/server.js @@ -78,7 +78,6 @@ io.on('connection', function(socket){ socket.on('list', function(list) { - console.log("list"); in_list = true; list = list.split(','); coll = list[0].toLowerCase();