mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-27 11:30:06 +00:00
Fix typo in confluent in rungenesis
This commit is contained in:
parent
43ce1b17a7
commit
d88e33677e
@ -80,7 +80,7 @@ for pubkey in /etc/ssh/ssh_host*key.pub; do
|
||||
echo HostKey $privfile >> /etc/ssh/sshd_config
|
||||
done
|
||||
/usr/sbin/sshd
|
||||
profile=$(grep ^profile: /etc/confluent/confuent.deploycfg | awk '{print $2}')
|
||||
profile=$(grep ^profile: /etc/confluent/confluent.deploycfg | awk '{print $2}')
|
||||
mgr=$(grep ^deploy_server: /etc/confluent/confluent.deploycfg | awk '{print $2}')
|
||||
export profile mgr
|
||||
echo "Running https://$mgr/confluent-public/os/$profile/scripts/boot.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user