mirror: Added support for running command after mirror sync is completed.
This commit is contained in:
parent
9b243b66d7
commit
73e88d179a
3 changed files with 16 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
SRC="<%= @source %>"
|
||||
RSYNCOPTS="<%= @rsync_options.join(' ') %>"
|
||||
<% if @postcmd -%>
|
||||
POSTCMD="<%= @postcmd %>"
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue