1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00
This commit is contained in:
Jaime Melis 2016-10-06 12:27:37 +02:00
parent 098fe29463
commit 5730b2e2c2

View File

@ -358,7 +358,7 @@ EOF`
#This function executes $2 at $1 host and report error $3
function ssh_exec_and_log
{
ssh_exec_and_log "$@"
ssh_exec_and_log_no_error "$@"
rc=$?
if [ $rc !=0 ]; then