Initial commit.
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
[[ $DOKKU_TRACE ]] && set -x
|
||||
source "$(dirname "$(dirname "${BASH_SOURCE[0]}")")/functions"
|
||||
|
||||
cmd-google-auth-start() {
|
||||
declare desc="start the shared auth service container"
|
||||
local cmd="google-auth:start"
|
||||
[[ "$1" == "$cmd" ]] && shift 1
|
||||
fn-ga-service-start
|
||||
}
|
||||
|
||||
cmd-google-auth-start "$@"
|
||||
Reference in New Issue
Block a user