Commit eeaaa76f authored by Julien Muchembled's avatar Julien Muchembled

Make shebang consistent with ovpn scripts

'/usr/bin/env python' also does not set useful process name for start-stop-daemon
parent ac0f161b
#!/usr/bin/env python
#!/usr/bin/python
import argparse, atexit, errno, os, subprocess, sqlite3, sys, xmlrpclib
from OpenSSL import crypto
from re6st import utils
......
#!/usr/bin/env python
#!/usr/bin/python
import errno, logging, mailbox, os, random, select
import smtplib, socket, sqlite3, string, subprocess, sys
import threading, time, traceback, xmlrpclib
......
#!/usr/bin/env python
#!/usr/bin/python
import atexit, errno, logging, os, select, signal
import sqlite3, subprocess, sys, time, traceback
from re6st import plib, utils, db, tunnel
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment