diff options
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/dbash.sh | 1 | ||||
-rwxr-xr-x | auth/docker/dbuild.sh | 2 | ||||
-rw-r--r-- | auth/docker/dclean.sh | 2 | ||||
-rw-r--r-- | auth/docker/dpush.sh | 2 | ||||
-rw-r--r-- | auth/docker/drun.sh | 2 | ||||
-rw-r--r-- | auth/docker/dstart.sh | 2 | ||||
-rw-r--r-- | auth/docker/dstop.sh | 2 |
7 files changed, 7 insertions, 6 deletions
diff --git a/auth/docker/dbash.sh b/auth/docker/dbash.sh index 642cba40..42caa592 100644 --- a/auth/docker/dbash.sh +++ b/auth/docker/dbash.sh @@ -1 +1,2 @@ +#!/bin/bash docker exec -it aaf_$1 bash diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 23fa72f5..ed99ec99 100755 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -1,4 +1,4 @@ -#!/bin/bash dbuild.sh +#!/bin/bash # # Docker Building Script. Reads all the components generated by install, on per-version basis # diff --git a/auth/docker/dclean.sh b/auth/docker/dclean.sh index d83f61c8..7887b677 100644 --- a/auth/docker/dclean.sh +++ b/auth/docker/dclean.sh @@ -1,4 +1,4 @@ -#!/bin/bash dclean.sh +#!/bin/bash # Pull in Variables from d.props . ./d.props diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index 99a88f96..3c1a28fc 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -1,4 +1,4 @@ -# +#!/bin/bash # Docker push Script. Reads all the components generated by install, on per-version basis # # Pull in Variables from d.props diff --git a/auth/docker/drun.sh b/auth/docker/drun.sh index e9805887..7aee605c 100644 --- a/auth/docker/drun.sh +++ b/auth/docker/drun.sh @@ -1,4 +1,4 @@ -#!/bin/bash drun.sh +#!/bin/bash # Pull in Variables from d.props . ./d.props diff --git a/auth/docker/dstart.sh b/auth/docker/dstart.sh index 41aa6a45..0fb993ae 100644 --- a/auth/docker/dstart.sh +++ b/auth/docker/dstart.sh @@ -1,4 +1,4 @@ -#!/bin/bash dstop.sh +#!/bin/bash # Pull in Props . ./d.props diff --git a/auth/docker/dstop.sh b/auth/docker/dstop.sh index 58ac0bf7..4c8d4425 100644 --- a/auth/docker/dstop.sh +++ b/auth/docker/dstop.sh @@ -1,4 +1,4 @@ -#!/bin/bash dstop.sh +#!/bin/bash # Pull in Properties . ./d.props |