You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if_existing does not work if you have an executable line - here template5 and template7 are files - cat will execute and create the test file even if ${template5} file does not exist.
However if I do not output to the test file ( > /tmp/test part removed )- it does not show on the conky output and works fine.
The point being - why is ${if_existing} reaching cat if the ${template5} file does not exist - should it not jump to the next statement after ${endif} ???
The text was updated successfully, but these errors were encountered:
if_existing does not work if you have an executable line - here template5 and template7 are files - cat will execute and create the test file even if ${template5} file does not exist.
However if I do not output to the test file (
> /tmp/test
part removed )- it does not show on the conky output and works fine.The point being - why is ${if_existing} reaching cat if the ${template5} file does not exist - should it not jump to the next statement after ${endif} ???
The text was updated successfully, but these errors were encountered: