Archive:

Month: June 2020


bash script does not run command

By: | Post date: June 3, 2020 | Comments: No Comments

Posted in categories: Computer Tips, Work related

Sometimes a bash script does not run the commands as cron or start up scripts that usually run when you debugging it. This may be caused by that the embedded running environment does not provide proper search path. To avoid this, always use full path to the executibles.