diff options
Diffstat (limited to 'auth/docker/dbounce.sh')
-rw-r--r-- | auth/docker/dbounce.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auth/docker/dbounce.sh b/auth/docker/dbounce.sh new file mode 100644 index 00000000..e6367957 --- /dev/null +++ b/auth/docker/dbounce.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +sh ./dstop.sh "$@" +sh ./dstart.sh "$@" |