summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/shell.export2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/shell.export b/bin/shell.export
index 29b639058..798bee3fe 100755
--- a/bin/shell.export
+++ b/bin/shell.export
@@ -8,6 +8,8 @@ use Net::SSH qw(ssh);
use FS::UID qw(adminsuidsetup datasrc);
use FS::Record qw(qsearch qsearchs);
use FS::part_export;
+use FS::cust_svc;
+use FS::svc_acct;
my @saltset = ( 'a'..'z' , 'A'..'Z' , '0'..'9' , '.' , '/' );