We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc49f41 commit 057acc2Copy full SHA for 057acc2
parts/linux/cloud-init/artifacts/aks-node-controller-wrapper.sh
@@ -35,6 +35,9 @@ createGuestAgentEvent() {
35
echo ${json_string} > "${EVENTS_LOGGING_DIR}${events_file_name}.json"
36
}
37
38
+# this is to ensure that shellspec won't interpret any further lines below
39
+${__SOURCED__:+return}
40
+
41
start_time=$(date +"%F %T.%3N")
42
log "Launching aks-node-controller with config ${CONFIG_PATH}"
43
"$BIN_PATH" provision --provision-config="$CONFIG_PATH" &
0 commit comments