mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-09 22:46:45 +00:00
6a77e91bf9
firstboot.custom and the empty pre.d, post.d, firstboot.d and ansible directories were left out, so the documented drop-in points did not exist.
10 lines
172 B
Bash
10 lines
172 B
Bash
#!/bin/sh
|
|
|
|
# This script runs at the end of the final boot
|
|
|
|
. /etc/confluent/functions
|
|
|
|
# Custom scripts may go here
|
|
# run_remote example.sh
|
|
# run_remote_python example.py
|