View Single Post
  #5  
Old 02-19-2005, 07:30 PM
Pixx Pixx is offline
Registered User
 
Join Date: Feb 2005
Posts: 11
Hi Dave,

SD has just run but didn't let the Mac sleep.

SD Error was the same - 'error in customization script'.

Here's the log entry:

|11:49:14 PM|Info| ...ACTION: Execute Site Customization Script /Applications/SuperDuper/superduper_sleep_script.sh
|11:49:14 PM|Info| ......COMMAND => Invoking site customization script: /Applications/SuperDuper/superduper_sleep_script.sh
|11:49:21 PM|Error| 29:34: execution error: Finder got an error: Application isn't running. (-600)

The script has this:

#!/bin/sh
osascript -e "tell application \"finder\" to sleep"

The path in SD is correct, and (as I said above) the script runs from terminal fine.

Have I missed something?

Thanks

Reply With Quote