mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-23 03:30:35 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user