View Single Post
  #10  
Old 04-25-2008, 12:20 PM
Harry Cover Harry Cover is offline
Registered User
 
Join Date: Dec 2005
Posts: 64
My problem is not solved.

If I am in the Terminal:

---
osascript "/Users/Medecins/Documents/AS.perso/Sat.BU.scpt"
---

The job is perfectly done.

Now, if I am in SD and launch the shell script (before a SD BU option):

---
#!/bin/sh
osascript "/Users/Medecins/Documents/AS.perso/Sat.BU.scpt"
---

SD stops when launching the shell script.

Log:
----
| Error | sh: line 1: /Users/Medecins/Documents/AS.perso/TShirtBU: Permission denied
----

Any hint ?
Thanks in advance.
Reply With Quote