updating some scripts - fixes, mostly. conf_minify works WAY better now.
This commit is contained in:
@@ -11,7 +11,7 @@ def waiter(seconds = 1):
|
||||
max = len(anims) - 1
|
||||
global is_done
|
||||
print('Beginning dhparam gen...')
|
||||
# This is just an example commant that takes a looong time.
|
||||
# This is just an example command that takes a looong time.
|
||||
c = subprocess.Popen(['openssl', 'dhparam', '-out', '/tmp/dhpem', '4096'],
|
||||
#c = subprocess.Popen(['openssl', 'genrsa', '-out', '/tmp/dhpem', '4096'],
|
||||
stdout = subprocess.PIPE,
|
||||
|
||||
Reference in New Issue
Block a user