Commit 4bfaf011b2581a75ff2ff1261571fc6f77ea9821

Authored by ALEXIS-PC\alexis
1 parent 70921b83
Exists in dev

improving test in PYROS wrapper script

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
PYROS
... ... @@ -9,7 +9,7 @@ then
9 9 fi
10 10  
11 11 # test if docker is installed
12   -if [ $(docker -v | echo $?) -eq 0 ];
  12 +if [ -x "$(command -v docker)" ];
13 13 then
14 14 docker=true
15 15 else
... ...