From: Aaron Klingaman Date: Thu, 28 Jul 2005 22:56:29 +0000 (+0000) Subject: don't post ifconfig output when uploading logs, no longer necessary X-Git-Tag: BOOTMANAGER_PL_BOX_STABLE~17 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=5af299956787f0d63edb77f5a653121f63f55c47 don't post ifconfig output when uploading logs, no longer necessary --- diff --git a/source/BootManager.py b/source/BootManager.py index ea8015a..fdda2a3 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -86,9 +86,6 @@ class log: print( "Unable to open output file for log, continuing" ) self.OutputFile= None - # for upload - os.system( "ifconfig eth0 > /tmp/ifconfig" ) - def LogEntry( self, str, inc_newline= 1, display_screen= 1 ): if self.OutputFile: @@ -128,7 +125,7 @@ class log: self.OutputFile= None curl_cmd= "%s -s --connect-timeout 60 --max-time 600 " \ - "--form log=@%s --form ifconfig=\