summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2010-02-11 23:14:56 +0000
committerjeff <jeff>2010-02-11 23:14:56 +0000
commitc79fddf94eb1ee76858a83fdb0f6b2e23d93a874 (patch)
tree0fa0ba78706f54ce4fa947f0489e636abaaa45f3
parentbef5524812ba07f939d1445a8c64b4474787e8f6 (diff)
fix quoting
-rw-r--r--FS/FS/part_export/grandstream.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/grandstream.pm b/FS/FS/part_export/grandstream.pm
index 162fb8c1d..3a4c08f30 100644
--- a/FS/FS/part_export/grandstream.pm
+++ b/FS/FS/part_export/grandstream.pm
@@ -121,7 +121,7 @@ sub gs_delete {
ssh_cmd( user => $self->option('user'),
host => $self->machine,
command => 'rm',
- args => [ '-f', $self->option(tftproot). "/cfg$mac" ],
+ args => [ '-f', $self->option('tftproot'). "/cfg$mac" ],
);
'';