Skip to content

Commit 82a7d54

Browse files
committed
fix syntax error in shell script startNodeManager.sh
1 parent 5e530e1 commit 82a7d54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

operator/src/main/resources/scripts/startNodeManager.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,17 +249,13 @@ EOF
249249
admin_protocol="http"
250250
if [ "${ADMIN_PORT_SECURE}" = "true" ]; then
251251
admin_protocol="https"
252-
fi
253252
fi
254253
if [ "${ISTIO_ENABLED}" == "true" ]; then
255254
echo "AdminURL=t3\\://${AS_SERVICE_NAME}\\:${ADMIN_PORT}" >> ${wl_props_file}
256255
else
257256
echo "AdminURL=$admin_protocol\\://${AS_SERVICE_NAME}\\:${ADMIN_PORT}" >> ${wl_props_file}
258257
fi
259258
fi
260-
fi
261-
262-
263259

264260
###############################################################################
265261
#

0 commit comments

Comments
 (0)