HenriWahl / checkmk-agent-plugin-yum

Checks for updates on RPM-based distributions via yum.
GNU General Public License v2.0
23 stars 22 forks source link

missing square brackets #39

Closed m3rlinux closed 1 year ago

m3rlinux commented 3 years ago

Hi, perhaps is better using this form on line 29 if [ ! -e "$YUM_CACHE_FILE" ] && [ ! -f "$YUM_CACHE_FILE" ] becouse running a script it throws the error of "missig bracket"

https://github.com/HenriWahl/checkmk-agent-plugin-yum/blob/2ee2eb6660970a36141b01be1f788d5175427dae/agents/plugins/yum#L29

HenriWahl commented 3 years ago

Do you get an error?

m3rlinux commented 3 years ago

Yep, see belove image

HenriWahl commented 3 years ago

What shell you you run it on?

HenriWahl commented 1 year ago

no news...