summaryrefslogtreecommitdiffstats
path: root/adei/openshift-entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'adei/openshift-entrypoint.sh')
-rwxr-xr-xadei/openshift-entrypoint.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/adei/openshift-entrypoint.sh b/adei/openshift-entrypoint.sh
deleted file mode 100755
index b4fc4f4..0000000
--- a/adei/openshift-entrypoint.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/bash
-
-while [ ! -f /adei/cfg/.ready ]; do
- echo "Waiting for ADEI intialization..."
- sleep 5
-done
-
-while [ ! -f "$1" ]; do
- echo "The script $1 is not populated yet. Waiting...."
- sleep 1
-done
-
-echo "Running: $@"
-exec /bin/bash "$@"