shebags mention python2 explicitly
[bootmanager.git] / source / steps / AuthenticateWithPLC.py
index 2e71a1c..955fcf1 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
 #
 # Copyright (c) 2003 Intel Corporation
 # All rights reserved.
@@ -87,5 +87,3 @@ def Run(vars, log):
         log.write("Canceling boot process and going into debug mode.\n")
 
     raise BootManagerException("Unable to authenticate node.")
-    
-