]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - start-sercom.py
Cambiar usuario y grupo efectivo lo antes posible.
[z.facultad/75.52/sercom.git] / start-sercom.py
index cba53a1a6685245a5300cc3690141e8c5bebd67f..45625c8de58762793f02ae4be4cd622407d4c849 100644 (file)
@@ -17,7 +17,7 @@ import sys
 # look for setup.py in this directory. If it's not there, this script is
 # probably installed
 if len(sys.argv) > 1:
-    update_config(configfile=sys.argv[1], 
+    update_config(configfile=sys.argv[1],
         modulename="sercom.config")
 elif exists(join(dirname(__file__), "setup.py")):
     update_config(configfile="dev.cfg",modulename="sercom.config")