Fixes in linux
This commit is contained in:
parent
b348c2bd3e
commit
b10222eca5
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ def shell_command(command):
|
||||||
if call(command, shell=True) > 0:
|
if call(command, shell=True) > 0:
|
||||||
print('Error: cannot execute command '+command+"\n\n")
|
print('Error: cannot execute command '+command+"\n\n")
|
||||||
return False
|
return False
|
||||||
|
else:
|
||||||
|
return True
|
||||||
|
|
||||||
def check_distro(arr_command):
|
def check_distro(arr_command):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue