Dear All,
Can anyone, please share your feedback to create a fixlet script for the below shell script
- /bin/bash -c “echo blacklist usb_storage >> /etc/modeprobe.d/blacklist.conf”
wait /bin/bash -c “echo blacklist usb_storage >> /etc/modeprobe.d/blacklist.conf”
I am getting “The operator “wait” is not defined” if i execute the above script.