dogi / ole--vagrant-community

0 stars 19 forks source link

windows: improve start vagrant on boot #4

Open dogi opened 8 years ago

dogi commented 8 years ago
pranesh-s commented 7 years ago

@dogi I just wanted to clarify what you mean by the first item on the checklist 'make script "Username" independent' . I wasn't sure what you meant by that.

Also, do you want the script to copy itself into "all" users startup directory or only the local user's startup directory?

DrewPerlman commented 7 years ago

@pranesh-s Good questions! What @dogi meant by "making the script username independent" is that currently these two scripts which are meant to start vagrant on boot refer to a user called ole, which means it won't work unless the user is named ole. This needs to be changed so the scripts work for people with different usernames on their computers.

Also, I think it's fine for the script to only copy itself in the local user's startup directory.