Fix nodelist segment being sent from queue where gethostname() is only a container name, added ability to control filename when sending nodelist segment
This commit is contained in:
@@ -26,7 +26,9 @@ class DynamicItem extends Command
|
||||
$d = new Dynamic($do,$do->address,Send::T_FILE);
|
||||
|
||||
$d->open();
|
||||
echo $d->read($d->size);
|
||||
echo $d->read($d->size)."\n";
|
||||
|
||||
$this->alert('File sent as:'.$d->nameas);
|
||||
|
||||
return self::SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user