Skip to content

Commit

Permalink
Inform no plugins will run when IMG not customized
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbls committed Nov 16, 2024
1 parent 9f22c56 commit 0a9f5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdm-cmdsubs
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ EOF
Logs and configuration updates will not be written"
[ "$b0script" != "" ] && echo " and b0script '$b0script' will not be processed"
[ "$b1script" != "" ] && echo " and b1script '$b1script' will not be processed"
[ "$plugins" != "" ] && echo " and plugins '$plugins' will not be processed"
[ "$hname" != "" ] && updatehostname $hname
if [[ $expandroot -eq 1 ]] && [[ "$burndev" != "" ]]
then
Expand Down

0 comments on commit 0a9f5ce

Please sign in to comment.