File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
SCRIPT_DIR=" $( cd " $( dirname " ${0} " ) " && pwd) "
4
- BASE_DIR=" $( cd " ${SCRIPT_DIR} /.." && pwd) "
5
4
6
- AD_DEPLOYMENT_YAML=" ${SCRIPT_DIR} /files/samba-ad-server-deployment.yml"
7
- AD_DEPLOYMENT_NAME=" samba-ad-server"
8
- MEMBER_POD_YAML=" ${SCRIPT_DIR} /files/samba-domain-member-pod.yml"
9
- MEMBER_POD_NAME=" samba-dm"
10
- MEMBER_CM_NAME=" samba-container-config"
11
- MEMBER_SECRET_NAME=" ad-join-secret"
5
+ export AD_DEPLOYMENT_YAML=" ${SCRIPT_DIR} /files/samba-ad-server-deployment.yml"
6
+ export AD_DEPLOYMENT_NAME=" samba-ad-server"
7
+ export MEMBER_POD_YAML=" ${SCRIPT_DIR} /files/samba-domain-member-pod.yml"
8
+ export MEMBER_POD_NAME=" samba-dm"
9
+ export MEMBER_CM_NAME=" samba-container-config"
10
+ export MEMBER_SECRET_NAME=" ad-join-secret"
12
11
13
- KEEP=${KEEP:- 0}
12
+ export KEEP=${KEEP:- 0}
14
13
15
14
_error () {
16
15
echo " $@ "
You can’t perform that action at this time.
0 commit comments