Sfoglia il codice sorgente

recheck path to docker after installation

tags/v1.5.10
Jonathan Cobb 3 anni fa
parent
commit
d474be5dbb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      launcher

+ 1
- 0
launcher Vedi File

@@ -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/


Caricamento…
Annulla
Salva