summaryrefslogtreecommitdiffstats
path: root/res/docker/instance_init.sh
diff options
context:
space:
mode:
authorMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>2018-05-01 05:28:39 +0000
committerMahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>2018-05-01 05:29:37 +0000
commit7f5664310fac572a2670acff817796da55a7b925 (patch)
tree4a3fc64b1926d8c3dac6c909aa44be29134794bf /res/docker/instance_init.sh
parent1edea8332599487975e8367435bc4134103f019b (diff)
VFC Containers not coming up using K8s
Change-Id: Ib509e3c5001f7cf3c4f8a0915dcfe2a6dd4fb49b Issue-ID: VFC-894 Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'res/docker/instance_init.sh')
-rwxr-xr-xres/docker/instance_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/docker/instance_init.sh b/res/docker/instance_init.sh
index c2d91e8..1986369 100755
--- a/res/docker/instance_init.sh
+++ b/res/docker/instance_init.sh
@@ -5,7 +5,7 @@ function start_redis_server {
}
function start_mysql {
- find /var/lib/mysql -type f -exec touch {} \; && service mysql start
+ service mysql start
sleep 1
}