sbcgua / sap-nw-abap-vagrant

Vagrant config for SAP NW developer edition
46 stars 15 forks source link

Message: GetoptLong #6

Closed glaubertech closed 4 years ago

glaubertech commented 4 years ago

Error in parameter after, for exemplo: vagrant ssh -c "ifconfig"

image

image

sbcgua commented 4 years ago

will have a look, but a bit busy these days

sbcgua commented 4 years ago

should be fixed now, could you try the latest version ?

reedtzj commented 4 years ago

image

Hi Alexander

Same problem as above. Tested with latest SP04 and updated github repository.

Sorry for not understanding what caused this error. I hope you can find the time to look into this small problem.

Your Vagrant-solution installing MiniSAP is by far the best I ever seen!

Regards, Johan von Reedtz

sbcgua commented 4 years ago

@reedtzj sorry for so long delay, was really busy. I recreated the issue indeed. It was more complicated than I thought. Seems like vagrant does not allow parsing args in a Vagrant file properly - it conflicts with it's own args. See also here and here.

So I reworked the way to override VM name to environment variables. Have a look at the updated readme section. And the command from your last message should just works now.

Pls check. and sorry for delay again :)

P.S. I didn't check it really thoroughly so might need some testing ...

sbcgua commented 4 years ago

Hopefully solved. Closing. Please reopen if neede.