Skip to content

Commit 9f3de34

Browse files
committed
execute partner install start script with bash
1 parent 731dd82 commit 9f3de34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ printf '%b\n' "$(tail -3 ${workingDir}/ocp-cluster/.openshift_install.log \
153153

154154
echo -p "Deploying Partner OverLay .. " -n1 -s
155155
if [ -f ./partner-install/start.sh ]; then
156-
./partner-install/start.sh ${workingDir}/ocp-cluster/auth/kubeconfig ${global_vars} ${certs_vars} 2>&1 >> ${log}
156+
bash ./partner-install/start.sh ${workingDir}/ocp-cluster/auth/kubeconfig ${global_vars} ${certs_vars} 2>&1 >> ${log}
157157
else
158158
echo "Partner OverLay not found, skipping"
159159
fi

0 commit comments

Comments
 (0)