From abd5f4e9f2af698dd1afbc30f5114aa4df057e09 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 1 Sep 2023 13:51:02 -0400 Subject: [PATCH] Fix shebang in firstboot on ubuntu cloning --- .../ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh b/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh index 3f38cb44..68e212fd 100644 --- a/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh +++ b/confluent_osdeploy/ubuntu20.04-diskless/profiles/default/scripts/firstboot.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This script is executed on the first boot after install has # completed. It is best to edit the middle of the file as