aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update.sh')
-rwxr-xr-xscripts/update.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/update.sh b/scripts/update.sh
index 66211203..e647b3fc 100755
--- a/scripts/update.sh
+++ b/scripts/update.sh
@@ -16,19 +16,18 @@
#!/bin/bash
set -e
-#git pull
+git pull
cd src/ccnxlibs
git pull
cd ../..
cd src/cframework
git pull
cd ../..
-cd src/sb-forwarder
-git pull
-cd ../..
cd src/libicnet
git pull
cd ../..
cd src/viper
git pull
cd ../..
+cd src/httpserver
+git pull