txt fixed

This commit is contained in:
shakasan 2018-03-20 04:22:46 +01:00
parent 5bfd8a1532
commit c161684913

View file

@ -58,8 +58,8 @@ function runCmd () {
typeset txt="$2"
typeset ret_code
printf "[CMD] executing : $txt "
printf "\n[CMD] executing $txt : $cmd\n" &>> $logFile
printf "[CMD] $txt "
printf "\n[CMD] $txt : $cmd\n" &>> $logFile
eval $cmd" &>> $logFile"
ret_code=$?
retCode $ret_code