Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message "bash: not found" on line 98 means that the shell (in this case, /bin/sh) is trying to execute a command that references the Bash shell, but Bash is not installed or cannot be found in the system's PATH environment variable. This can cause the execution to fail and the script to terminate with an error.