Browse Source

Remove github data from cfg

pull/3870/head
FliesWithWind 3 years ago
parent
commit
8e694106ff
  1. 7
      lgsm/config-default/config-lgsm/armarserver/_default.cfg

7
lgsm/config-default/config-lgsm/armarserver/_default.cfg

@ -182,10 +182,3 @@ postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log"
## Logs Naming ## Logs Naming
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log"
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log"
## Github Branch Select
# Allows for the use of different function files
# from a different repo and/or branch.
githubuser="FliesWithWind"
githubrepo="LinuxGSM"
githubbranch="master"

Loading…
Cancel
Save