mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-23 10:02:04 +00:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
|
#!/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
|