2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-28 22:08:26 +00:00

Explicitly request bash under ubuntu, which tends to use dash

This commit is contained in:
Jarrod Johnson
2024-07-23 10:01:53 -04:00
parent 33ed1a5e64
commit bb04faed04

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This script is executed on each boot as it is
# completed. It is best to edit the middle of the file as