toggle menu
FOP2 Forum
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Support
bash script to register or revoke a license
mvdvorm
January 2015
in
Support
Is it possible to make a bash script to register or revoke a license without user interaction?
Can I put a name and license-code behind fop2_server --register?
Comments
nicolas
January 2015
You can pass the code and a name with
/usr/local/fop2/fop2_server --register --code xxxx -name "yyyy zzzzz"
Here are scripts for Amazon EC2 to do just that:
http://support.asternic.biz/index.php?/Knowledgebase/Article/View/17/2/revokeregister-scripts-for-amazon-ec2
Sign In
or
Register
to comment.
Comments
/usr/local/fop2/fop2_server --register --code xxxx -name "yyyy zzzzz"
Here are scripts for Amazon EC2 to do just that:
http://support.asternic.biz/index.php?/Knowledgebase/Article/View/17/2/revokeregister-scripts-for-amazon-ec2