summaryrefslogtreecommitdiff
path: root/herculeswrapper
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-17 12:48:02 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-17 12:48:02 -0300
commit09adb11c492f121626d0ba5391c560d8aa2df018 (patch)
tree6c7507d12ea5942cb9b8c72ca993ab327f897112 /herculeswrapper
parenta0b9937dc24a05b6446d7bc54d32fce4a856ba62 (diff)
downloadtools-09adb11c492f121626d0ba5391c560d8aa2df018.tar.gz
tools-09adb11c492f121626d0ba5391c560d8aa2df018.tar.bz2
tools-09adb11c492f121626d0ba5391c560d8aa2df018.tar.xz
tools-09adb11c492f121626d0ba5391c560d8aa2df018.zip
Rebuild client data with @serverexit 104, and pull server data
So I can stop doing maintenance on Test Server >.>
Diffstat (limited to 'herculeswrapper')
-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
}