Skip to content

Commit a118cc6

Browse files
committed
Fix to run without Docker
1 parent 564e244 commit a118cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/menu_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python3
2-
1+
#!/usr/bin/python3
32
from blessed import Terminal
43
import sys
54
import subprocess
@@ -299,6 +298,7 @@ def checkDockerVersion():
299298
currentDockerVersion = currentDockerVersion.decode("utf-8").rstrip().replace('"', '')
300299
except Exception as err:
301300
print("Error attempting to run docker command:", err)
301+
currentDockerVersion = ""
302302

303303
return checkVersion(requiredDockerVersion, currentDockerVersion)
304304

0 commit comments

Comments
 (0)