minor fix
This commit is contained in:
parent
546b8dc448
commit
cb43d06c13
|
@ -1439,7 +1439,7 @@ sub prepare_commands {
|
|||
my $rcmd_file = $ConfDir.'/commands/'.$ref.'.rcmd';
|
||||
|
||||
# Check for local .rcmd.done files
|
||||
if (-e $Conf{'temporal'}.'/'.$ref.'.rcmd.done') {
|
||||
if (-e $rcmd_file.'.done') {
|
||||
# Ignore.
|
||||
delete $Conf{'commands'}->{$ref};
|
||||
next;
|
||||
|
|
Loading…
Reference in New Issue