DadOfTwo
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-02-2017
07:18 AM
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
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
2 REPLIES 2
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-02-2017
10:23 AM
Re: Perisit pasword when using make
Well um, what make file do you use? I'd look for the answer inside.
DadOfTwo
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā02-02-2017
12:22 PM
Re: Perisit pasword when using make
This does the trick...
export DEVPASSWORD=1234abcd
Thank, EnTerr!
export DEVPASSWORD=1234abcd
Thank, EnTerr!