mirror: Added support for running command after mirror sync is completed.

This commit is contained in:
Timo Mkinen 2013-07-16 10:12:45 +03:00
parent 9b243b66d7
commit 73e88d179a
3 changed files with 16 additions and 1 deletions

View file

@ -1,2 +1,5 @@
SRC="<%= @source %>"
RSYNCOPTS="<%= @rsync_options.join(' ') %>"
<% if @postcmd -%>
POSTCMD="<%= @postcmd %>"
<% end -%>