diff options
| -rw-r--r-- | FS/FS/part_export/shellcommands.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index 11e3b7d4b..faf065593 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -308,7 +308,7 @@ sub _export_command {      stdin_string  => $stdin_string,    ); -  if($self->options('no_queue')) { +  if($self->option('no_queue')) {      # discard return value just like freeside-queued.      eval { ssh_cmd(@ssh_cmd_args) };      $error = $@; @@ -387,7 +387,7 @@ sub _export_replace {      stdin_string  => $stdin_string,    ); -  if($self->options('no_queue')) { +  if($self->option('no_queue')) {      # discard return value just like freeside-queued.      eval { ssh_cmd(@ssh_cmd_args) };      $error = $@; | 
