Changes between Version 17 and Version 18 of keepalived


Ignore:
Timestamp:
07/19/22 07:41:18 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • keepalived

    v17 v18  
    102102   echo "$cmd2" >> $logfile
    103103   # we need " double quote around "$cmd2" because * wildcard will not process as * in Linux command
     104   # eval $cmd2 not work we must use
     105   # eval "$cmd2"
    104106   eval "$cmd2" 2> /tmp/err.log 1>> $logfile
    105107else