Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DadOfTwo
Visitor

Perisit pasword when using make

Hi all

I thought I'd start with a easy question 😉

When packaging and deploying an app using a make file I define a roku_dev_target variable:
export ROKU_DEV_TARGET=192.168.1.104

I'm then prompted to enter a password:
Enter host password for user 'rokudev'


How can I persist the password either for that session or permanently?

Thanks
0 Kudos
2 REPLIES 2
EnTerr
Roku Guru

Re: Perisit pasword when using make

Well um, what make file do you use? I'd look for the answer inside.
0 Kudos
DadOfTwo
Visitor

Re: Perisit pasword when using make

This does the trick...

export DEVPASSWORD=1234abcd

Thank, EnTerr!
0 Kudos