This commit is contained in:
Jephté Clain 2020-06-22 16:32:32 +04:00
parent bb7a4fc84c
commit 109797502a
1 changed files with 1 additions and 0 deletions

1
dk
View File

@ -1945,6 +1945,7 @@ if [ -n "$SELECT_MACHINE" -o -n "$SELECT_CONTAINER" ]; then
fi fi
if [ -n "$SELECT_MACHINE" ]; then if [ -n "$SELECT_MACHINE" ]; then
enote "Sélection de la machine $DM_SET_MACHINE" 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" [ -n "$DM_AVAILABLE" ] || die "docker-machine n'est pas disponible"
setx dm_env=docker-machine env "$DM_SET_MACHINE" || die setx dm_env=docker-machine env "$DM_SET_MACHINE" || die