Skip to content

Commit

Permalink
moving reset_log to run first
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Campbell committed Jun 11, 2024
1 parent f4919ef commit f0b9bc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/features/k3s-on-host/updateContent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ UPDATE_END"
function main() {
[[ "${CLUSTER_ENABLED}" == "false" ]] && return

reset_log

info_log "START: ${SCRIPT_NAME}"
info_log "------------------------------------------"
info_log "Config:"
Expand All @@ -498,9 +500,6 @@ function main() {

write_parameter_to_log current_tty



reset_log
host_interface_setup

run_a_script "apt-get update"
Expand Down

0 comments on commit f0b9bc5

Please sign in to comment.