mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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';
|
my $rcmd_file = $ConfDir.'/commands/'.$ref.'.rcmd';
|
||||||
|
|
||||||
# Check for local .rcmd.done files
|
# Check for local .rcmd.done files
|
||||||
if (-e $Conf{'temporal'}.'/'.$ref.'.rcmd.done') {
|
if (-e $rcmd_file.'.done') {
|
||||||
# Ignore.
|
# Ignore.
|
||||||
delete $Conf{'commands'}->{$ref};
|
delete $Conf{'commands'}->{$ref};
|
||||||
next;
|
next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user