Run the script /home/bob/yumtest.sh

Hello guys in the RHCSA course under the Shell Scripting section, the lab at the end ask for to tun the /home/bob/yumtest.sh, however when running the script I get the following error message and I was wondering if anyone knows the fix to it? Thanks in advance.

To really look into this, I’d need to have a link to that lab. So I can’t check what’s in yumtest.sh.

Short of that: it looks like yumtest.sh tries to call a command called “bungle”, which may really mean a sub-command of yum (i.e., yum bungle). Which is likely true. So there may be a spelling error there.

Hello Rob,

Just realized that it is supposed to fail as it is part of the exit output command, I guess it is all good and not a glitch.

Thanks for your prompt response