txt fixed
This commit is contained in:
parent
5bfd8a1532
commit
c161684913
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ function runCmd () {
|
||||||
typeset txt="$2"
|
typeset txt="$2"
|
||||||
typeset ret_code
|
typeset ret_code
|
||||||
|
|
||||||
printf "[CMD] executing : $txt "
|
printf "[CMD] $txt "
|
||||||
printf "\n[CMD] executing $txt : $cmd\n" &>> $logFile
|
printf "\n[CMD] $txt : $cmd\n" &>> $logFile
|
||||||
eval $cmd" &>> $logFile"
|
eval $cmd" &>> $logFile"
|
||||||
ret_code=$?
|
ret_code=$?
|
||||||
retCode $ret_code
|
retCode $ret_code
|
||||||
|
|
Loading…
Reference in a new issue