diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-17 12:48:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-17 12:48:02 -0300 |
commit | 09adb11c492f121626d0ba5391c560d8aa2df018 (patch) | |
tree | 6c7507d12ea5942cb9b8c72ca993ab327f897112 | |
parent | a0b9937dc24a05b6446d7bc54d32fce4a856ba62 (diff) | |
download | tools-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 >.>
-rw-r--r-- | herculeswrapper/include.sh | 7 |
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 } |