Discussion:
[Gmod-gbrowse] gbrowse_create_account.pl a a bug with email setting?
Lishuang Shen
2015-03-27 04:12:26 UTC
Permalink
We recently tried batch creation of accounts for a tutorial workshop of https://mseqdr.org

And we need to fix a potential bug (as below) to run.


We are running Gbrowse version 2.54

Lishuang
I found the error...
On the script /usr/local/bin/gbrowse_create_account.pl line 43 was:
'email-s' => \$email,

instead of

'email=s' => \$email,

I corrected it and now the command is working, takes a couple of seconds to create each account, I'll let you know when all of them are created.

Daniel.

Loading...