From 8e694106ffbf5cf21d695513b5460d38263e3f55 Mon Sep 17 00:00:00 2001 From: FliesWithWind Date: Fri, 20 May 2022 18:49:49 +0200 Subject: [PATCH] Remove github data from cfg --- lgsm/config-default/config-lgsm/armarserver/_default.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lgsm/config-default/config-lgsm/armarserver/_default.cfg b/lgsm/config-default/config-lgsm/armarserver/_default.cfg index 9045f9830..dd8413edd 100644 --- a/lgsm/config-default/config-lgsm/armarserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/armarserver/_default.cfg @@ -182,10 +182,3 @@ postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log" ## Logs Naming lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(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"