Fixes in scripts for use native python
This commit is contained in:
parent
205ff97ce3
commit
def162c1c9
9 changed files with 28 additions and 27 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/opt/pythonenv/bin/python3 -u
|
||||
#!/usr/bin/python3 -u
|
||||
|
||||
import sys, os
|
||||
import subprocess
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/opt/pythonenv/bin/python3 -u
|
||||
#!/usr/bin/python3 -u
|
||||
|
||||
import sys
|
||||
import subprocess
|
||||
|
|
@ -160,4 +160,5 @@ if subprocess.call("sudo echo 'mariadb-server mariadb-server/root_password_again
|
|||
sys.exit(1)
|
||||
"""
|
||||
|
||||
print('Setted the password')
|
||||
#print('Setted the password')
|
||||
print('Mariadb installed!')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue