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