diff options
Diffstat (limited to 'auth/docker/dbash.sh')
-rw-r--r-- | auth/docker/dbash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dbash.sh b/auth/docker/dbash.sh index c91c2494..f3bb26a0 100644 --- a/auth/docker/dbash.sh +++ b/auth/docker/dbash.sh @@ -20,4 +20,4 @@ # . ./d.props -${DOCKER:=docker} exec -it aaf_$1 bash +${DOCKER:=docker} exec -it aaf-$1 bash |