2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-24 16:54:05 +00:00

Relocate onboot.d scripts in media based image

This commit is contained in:
Jarrod Johnson
2026-08-27 16:08:59 -04:00
parent 724818111c
commit 2cf9162d6c
@@ -28,7 +28,7 @@ tail -f /var/log/confluent/confluent-onboot.log > /dev/console &
logshowpid=$!
if [ -e /etc/confluent/mbidevice ]; then
for script in /var/opt/confluent/mbi/confluent/onboot.d/*; do
for script in /var/opt/confluent/mbi/confluent/scripts/onboot.d/*; do
[ -x "$script" ] && "$script"
done
fi