summaryrefslogtreecommitdiff
path: root/FS/FS/part_export
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export')
-rw-r--r--FS/FS/part_export/shellcommands.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm
index faf065593..ed51f5d72 100644
--- a/FS/FS/part_export/shellcommands.pm
+++ b/FS/FS/part_export/shellcommands.pm
@@ -316,7 +316,7 @@ sub _export_command {
if $error;
}
else {
- $self->shellcommands_queue( $new->svcnum, @ssh_cmd_args );
+ $self->shellcommands_queue( $svc_acct->svcnum, @ssh_cmd_args );
}
}