Skip to content

Commit

Permalink
adding another debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Campbell committed Jun 10, 2024
1 parent ce4c991 commit deba076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/features/k3s-on-host/updateContent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ function install_k3s() {

run_a_script "chmod +x /host_var/tmp/devfeature/k3s-on-host/k3s_install.sh" --disable_log

run_a_script_on_host "cat /var/tmp/devfeature/k3s-on-host/k3s_install.sh"
run_a_script_on_host "ls /var/tmp/"

info_log "Installing k3s on host..."
run_a_script_on_host "/var/tmp/devfeature/k3s-on-host/k3s_install.sh ${k3s_extra_commands}" --env INSTALL_K3S_VERSION=${K3S_VERSION} --env INSTALL_K3S_SYMLINK=force
Expand Down

0 comments on commit deba076

Please sign in to comment.