Skip to content

Commit

Permalink
Fix error for kernel hook rebuild dtbo
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL authored and RadxaYuntian committed Jan 10, 2024
1 parent 2b9cd49 commit 532df68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/usr/lib/rsetup/cli/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ source "/usr/lib/rsetup/cli/wi-fi.sh"
source "/usr/lib/rsetup/cli/kernel.sh"
source "/usr/lib/rsetup/cli/test/mpp.sh"

export PATH="$PATH:/usr/lib/rsetup/mod"

if $DEBUG
then
source "/usr/lib/rsetup/mod/debug_utils.sh"
Expand Down
2 changes: 0 additions & 2 deletions src/usr/lib/rsetup/tui/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ source "/usr/lib/rsetup/tui/system/system.sh"
source "/usr/lib/rsetup/tui/task/task.sh"
source "/usr/lib/rsetup/tui/user/user.sh"

export PATH="$PATH:/usr/lib/rsetup/mod"

if $DEBUG
then
source "/usr/lib/rsetup/tui/test/test.sh"
Expand Down

0 comments on commit 532df68

Please sign in to comment.