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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user