minor fix

This commit is contained in:
fbsanchez 2019-11-14 21:31:07 +01:00
parent 546b8dc448
commit cb43d06c13
1 changed files with 1 additions and 1 deletions

View File

@ -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;