Skip to content

Commit

Permalink
EXECUTE in sync list will not invoke post sync scripts if the script …
Browse files Browse the repository at this point in the history
…itself is updated (xcat2#6001)
  • Loading branch information
immarvin authored and jjohnson42 committed Apr 4, 2019
1 parent 867d477 commit 2f2b17f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions perl-xCAT/xCAT/DSHCLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5956,8 +5956,7 @@ sub run_rsync_postscripts

#the $postsfile <file>.post will be run if:
# the <file> is updated, or
# the <file>.post file is updated
if ($ps eq $tmppostfile or $ps eq $tmppostfile.".post" ) {
if ($ps eq $tmppostfile ) {

# build xdsh queue
# build host and all scripts to execute
Expand Down

0 comments on commit 2f2b17f

Please sign in to comment.