When i run drush block-configure --module=comment --delta=recent --region=-1 in a bash script it completely removes the block from the admin page...

When i run drush block-configure --module=comment --delta=recent --region=-1 from the command line the block remains on the admin page but in the disabled section...

I would like the latter to be true when I run drush block-configure from scripts... any ideas?