From: jeff Date: Thu, 11 Feb 2010 23:15:39 +0000 (+0000) Subject: fix quoting X-Git-Tag: freeside_1_9_2~79 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=39daaf962fb92da44d0108cf46af2c24bbfd5f11;p=freeside.git fix quoting --- 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" ], ); '';