Skip to content

Commit

Permalink
fixed export command order for pre init script (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Kumar <[email protected]>
  • Loading branch information
kpiyush17 authored Dec 7, 2024
1 parent 7d5c10a commit 9d42ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/kube-pre-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -x

export PATH="$PATH:$root_path/usr/bin"

root_path=$1

export PATH="$PATH:$root_path/usr/bin"

sysctl --system
modprobe overlay
modprobe br_netfilter
Expand Down

0 comments on commit 9d42ef4

Please sign in to comment.