mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-27 11:30:06 +00:00
Fix function definition
Sourcing the functions was causing a hang.
This commit is contained in:
parent
e7cb3f9a0c
commit
700afc6606
@ -6,7 +6,7 @@ run_remote() {
|
||||
cd -
|
||||
}
|
||||
|
||||
run_remote_python {
|
||||
run_remote_python() {
|
||||
cd $(mktemp -d)
|
||||
curl -f https://$mgr/confluent-public/os/$profile/scripts/$1 > $1
|
||||
/usr/libexec/platform-python $1
|
||||
|
Loading…
x
Reference in New Issue
Block a user