Skip to content

Commit

Permalink
Use path defined rke2-killall.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Jan 21, 2025
1 parent 78f7c57 commit 411bfc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/install/install_util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def runKillAllScript(vm)
#!/usr/bin/env bash
set -eu -o pipefail
echo 'Run kill all'
/usr/local/bin/rke2-killall.sh
# This script runs as sudo, which may not have the PATH set correctly.
PATH=/usr/local/bin:$PATH rke2-killall.sh
SHELL
end
end

0 comments on commit 411bfc6

Please sign in to comment.