summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--herculeswrapper/include.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh
index 06e90d8..97325f8 100644
--- a/herculeswrapper/include.sh
+++ b/herculeswrapper/include.sh
@@ -42,8 +42,15 @@ function server_logic {
}
function pull_all {
+ ls
+ # Update Server Data
cd ../
./pull.sh force
+ # Update Client Data
+ cd testserver
+ ./pseudo_update.sh
+ cd ..
+ # Return to server data
cd server-data
}