| Article: |
Build Your Own Blogging Application, Part 2 | |
| Subject: | Script updateBlog.sh | |
| Date: | 2004-12-19 19:32:51 | |
| From: | ptwobrussell | |
|
Response to: Script updateBlog.sh
|
||
|
Bash is telling you that it can't find executable files by the names of processImages.pl or postEntry.pl in the current directory (the same one that updateBlog.sh is located in)
|
||
Showing messages 1 through 2 of 2.
-
Script updateBlog.sh
2004-12-20 07:50:40 manuelderieux [View]
-
Script updateBlog.sh
2004-12-20 07:54:43 Matthew Russell |
[View]
No sweat. We've all done it and are bound to do it again. Path and permissions related issues are probably 90% of the problems I've ever had to work through.
Matthew



Thank you.