From 14b196e197fbbda47c8611e820a1d75128e0f480 Mon Sep 17 00:00:00 2001 From: decoded Date: Mon, 5 Sep 2022 22:01:32 -0500 Subject: [PATCH] v2.666-6 --- maple | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maple b/maple index ec7945c..63c4f05 100755 --- a/maple +++ b/maple @@ -873,9 +873,9 @@ cmd_cleanup () { cmd_autosync () { ########################################################################################################################## SOF - # 1) if this is ran without a parameter services are stopped, local files are updated via github and then services restarted - # 2) if this is ran with a parameter ex: net_hydra_plugin.py, the plugin version from storage/bot/plugins is pushed to github - # 2) and then remote instances are updated locally from what we pushed from devops.. this speeds up development/testing time. + # 1) if this is ran without a parameter services are stopped, local files are updated via github and then services restarted + # 2) if this is ran with a parameter ex: net_hydra_plugin.py, the plugin version from storage/bot/plugins is pushed to github + # 2) and then remote instances are updated locally from what we pushed from devops.. this speeds up development/testing time. ############################################################################################################################## COREKEY=maplenet; COREUSER=dr1p; COREHOST=saipro; COREBASE="~/maple"; DUPEKEY=maplenet; DUPEUSER=dr1p; DUPEHOST=saiosx; DUPEBASE="~/maple";