Explorar el Código

recheck path to docker after installation

tags/v1.5.10
Jonathan Cobb hace 4 años
padre
commit
d474be5dbb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      launcher

+ 1
- 0
launcher Ver fichero

@@ -164,6 +164,7 @@ function run_launcher() {
DOCKER="$(which docker)"
if [[ -z "${DOCKER}" ]]; then
setup_docker
DOCKER="$(which docker)"
if [[ -z "${DOCKER}" ]]; then
die "***** Error installing docker
Install docker manually from https://docs.docker.com/engine/install/


Cargando…
Cancelar
Guardar