2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-24 04:01:39 +00:00

Fix execution of confluent functions after run_remote_python

This commit is contained in:
Jarrod Johnson 2021-10-29 13:50:04 -04:00
parent 729408a0cb
commit 224663d0c8
7 changed files with 7 additions and 0 deletions

View File

@ -172,6 +172,7 @@ run_remote_python() {
echo "'$*' exited with code $retcode"
cd - > /dev/null
rm -rf $confluentscripttmpdir
unset confluentscripttmpdir
return $retcode
}

View File

@ -172,6 +172,7 @@ run_remote_python() {
echo "'$*' exited with code $retcode"
cd - > /dev/null
rm -rf $confluentscripttmpdir
unset confluentscripttmpdir
return $retcode
}

View File

@ -172,6 +172,7 @@ run_remote_python() {
echo "'$*' exited with code $retcode"
cd - > /dev/null
rm -rf $confluentscripttmpdir
unset confluentscripttmpdir
return $retcode
}

View File

@ -172,6 +172,7 @@ run_remote_python() {
echo "'$*' exited with code $retcode"
cd - > /dev/null
rm -rf $confluentscripttmpdir
unset confluentscripttmpdir
return $retcode
}

View File

@ -172,6 +172,7 @@ run_remote_python() {
echo "'$*' exited with code $retcode"
cd - > /dev/null
rm -rf $confluentscripttmpdir
unset confluentscripttmpdir
return $retcode
}

View File

@ -172,6 +172,7 @@ run_remote_python() {
echo "'$*' exited with code $retcode"
cd - > /dev/null
rm -rf $confluentscripttmpdir
unset confluentscripttmpdir
return $retcode
}

View File

@ -172,6 +172,7 @@ run_remote_python() {
echo "'$*' exited with code $retcode"
cd - > /dev/null
rm -rf $confluentscripttmpdir
unset confluentscripttmpdir
return $retcode
}