From bb04faed04c28c92e49723f592dbd0c2a5df278d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 23 Jul 2024 10:01:53 -0400 Subject: [PATCH] Explicitly request bash under ubuntu, which tends to use dash --- .../ubuntu20.04-diskless/profiles/default/scripts/onboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/onboot.sh b/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/onboot.sh index 60ccaa44..cc470d6f 100644 --- a/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/onboot.sh +++ b/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/onboot.sh @@ -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