cosmetic
This commit is contained in:
parent
bb7a4fc84c
commit
109797502a
1
dk
1
dk
|
@ -1945,6 +1945,7 @@ if [ -n "$SELECT_MACHINE" -o -n "$SELECT_CONTAINER" ]; then
|
|||
fi
|
||||
if [ -n "$SELECT_MACHINE" ]; then
|
||||
enote "Sélection de la machine $DM_SET_MACHINE"
|
||||
[ -n "$SELECT_CONTAINER" ] && enote "Sélection du container $SELECT_CONTAINER"
|
||||
|
||||
[ -n "$DM_AVAILABLE" ] || die "docker-machine n'est pas disponible"
|
||||
setx dm_env=docker-machine env "$DM_SET_MACHINE" || die
|
||||
|
|
Loading…
Reference in New Issue