View Single Post
  #23  
Old 07-23-2006, 03:54 PM
john love john love is offline
Registered User
 
Join Date: Apr 2004
Posts: 22
Insufficient privileges to change icon???

Reference script to change icon after smart update

the first 2 lines of your script are:

#!/bin/sh
echo "Restoring icon for $3..."

SD chokes on the 1st line because of insufficient permissions ... in this case the destination is a .dmg file which is located on the 1st of 2 partitions of an external drive and obviously I am the administrator.

My second smart backup will probably have the same problem because the destination is on the 2nd of 2 partitions of the same external drive.

Thanks, Dave

John Love
Reply With Quote