From 5af299956787f0d63edb77f5a653121f63f55c47 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Thu, 28 Jul 2005 22:56:29 +0000 Subject: [PATCH] don't post ifconfig output when uploading logs, no longer necessary --- source/BootManager.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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=\