Skip to content

Commit 9bc8e8a

Browse files
ad-server: remove now unused shell scripts
This logic is handled by sambacc's samba-dc-container tool and the JSON configuration file. Signed-off-by: John Mulligan <[email protected]>
1 parent a67fc96 commit 9bc8e8a

File tree

4 files changed

+2
-98
lines changed

4 files changed

+2
-98
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ SERVER_SOURCES:=\
3030
$(SERVER_DIR)/install-sambacc.sh
3131
AD_SERVER_SRC_FILE:=$(AD_SERVER_DIR)/Containerfile
3232
AD_SERVER_SOURCES:=\
33-
$(AD_SERVER_DIR)/populate.sh \
34-
$(AD_SERVER_DIR)/provision.sh \
35-
$(AD_SERVER_DIR)/run.sh \
36-
$(AD_SERVER_DIR)/install-packages.sh
33+
$(AD_SERVER_DIR)/install-packages.sh \
34+
$(AD_SERVER_DIR)/install-sambacc.sh
3735
CLIENT_SRC_FILE:=$(CLIENT_DIR)/Dockerfile
3836

3937
TAG?=latest

images/ad-server/populate.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

images/ad-server/provision.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

images/ad-server/run.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)