From 0a9f5ce92fa75feafa9dc78b688cd77f350c111b Mon Sep 17 00:00:00 2001 From: bls Date: Fri, 15 Nov 2024 16:06:43 -0800 Subject: [PATCH] Inform no plugins will run when IMG not customized --- sdm-cmdsubs | 1 + 1 file changed, 1 insertion(+) diff --git a/sdm-cmdsubs b/sdm-cmdsubs index de8bf9e..8dbac58 100755 --- a/sdm-cmdsubs +++ b/sdm-cmdsubs @@ -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