runsync.sh

 


Called by Acme's Perforce triggers whenever someone checks in a file that is stored in the intranet depot.

The log file for this function can be found in runsync_log.


##
## Calls the sync script in the background
##

PATH=$PATH:/usr/local/bin
export PATH 


nohup sh /usr/local/admin/scripts/sync.sh $1 $2 $3 >> /usr/local/apache/htdocs/acme/map/perforce/runsync_log.txt 2>&1 &


 

Home