Server is on dev folder, forever script must be fixed. Temporary fix for it

This commit is contained in:
Kasper Rynning-Tønnesen
2015-05-03 11:52:07 +02:00
parent 8b0bad0b93
commit c87e6ad7a7
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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();