Checking in changes made in-place on the server to be merged
[oweals/finalsclub.git] / start
diff --git a/start b/start
index b6d0b6ae32a130fafee3d514416188e8d089999e..fa523d7af77185ab6f9f9bd68caed11b3d571d7b 100755 (executable)
--- a/start
+++ b/start
@@ -6,7 +6,7 @@
 killall node
 
 # Set Env. Vars.
-export NODE_PATH=/home/risci_atom/fc/etherpad-lite/node_modules:$NODE_MODULES
+export NODE_PATH=/home/risci_atom/FinalsClub/etherpad-lite/node_modules:$NODE_PATH
 export MONGO_HOST_URI=mongodb://localhost/fc
 export MONGO_HOST=localhost
 export SERVER_HOST=www.finalsclub.org
@@ -18,7 +18,7 @@ ps waux | grep node | grep -v grep
 
 echo "starting ..."
 
-cd fc/etherpad-lite/node
+cd etherpad-lite/node
 forever server.js &> log.txt &
 cd ../../
 if [ "$(id -u)" != "0" ]; then