all the python scripts are for python2, and fedora31 requires to be specific
[vsys-scripts.git] / root-context / exec / run_with_devices
index c0b2312..d241866 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python2 -u
 # All vsys scripts should use STDOUT in unbuferred mode, or else sometimes your output will get bufferred and you will not see it till the buffer gets flushed.  
 
 import sys