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:
parent
1b7d63da5d
commit
e653c5dff6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user