Changes

fixed local path in AppleScript
Line 62: Line 62:  
To avoid opening the terminal window, create the following AppleScript and save as an application.
 
To avoid opening the terminal window, create the following AppleScript and save as an application.
   −
  do shell script "unison uniDisk ssh://houptlab.org/uniDisk -ui text -batch -times"
+
  do shell script "unison /User/houpt/uniDisk ssh://houptlab.org/uniDisk -ui text -batch -times"
    
Results of the synch will be silent, but will be stored in the "unison.log" file.
 
Results of the synch will be silent, but will be stored in the "unison.log" file.