diff --git a/src/ClusterBootstrap/deploy.py b/src/ClusterBootstrap/deploy.py index a1530a755..c1d41bf62 100755 --- a/src/ClusterBootstrap/deploy.py +++ b/src/ClusterBootstrap/deploy.py @@ -3137,7 +3137,7 @@ def start_kube_service( servicename ): time.sleep(int(filename.split(" ")[1])) else: filename = filename.strip('\n') - start_one_kube_service(os.path.join(dirname,filename), config_dir) + start_one_kube_service(os.path.join(dirname,filename)) else: start_one_kube_service(fname)