Skip to content

Commit

Permalink
fixed export command order for pre init script
Browse files Browse the repository at this point in the history
Signed-off-by: Piyush Kumar <k17piyush@gmail.com>
  • Loading branch information
kpiyush17 committed Dec 7, 2024
1 parent 7d5c10a commit 30a147e
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 30a147e

Please sign in to comment.