2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-03-10 06:08:03 +00:00

Switch to bash for running functions

functions is a bashified facility. Just use bash for it rather
than making it busybox friendly.
This commit is contained in:
Jarrod Johnson 2021-11-18 14:56:38 -05:00
parent 1b7d63da5d
commit e653c5dff6

View File

@ -141,7 +141,4 @@ confluent_profile=$(grep ^profile: /etc/confluent/confluent.deploycfg| awk '{pri
confluent_proto=$(grep ^protocol: /etc/confluent/confluent.deploycfg| awk '{print $2}')
confluent_mgr=$(grep ^deploy_server: /etc/confluent/confluent.deploycfg| awk '{print $2}')
curl -sf https://$confluent_mgr/confluent-public/os/$confluent_profile/scripts/functions > /etc/confluent/functions
. /etc/confluent/functions
source_remote imageboot.sh
exec /bin/bash /etc/confluent/functions source_remote imageboot.sh