seanbell / opensurfaces

Crowdsourcing pipeline and website for OpenSurfaces [SIG '13] and Intrinsic Images in the Wild [SIG '14]
http://opensurfaces.cs.cornell.edu/
MIT License
150 stars 41 forks source link

sudo -v causes problems in EC2 ubuntu #1

Closed cancan101 closed 8 years ago

cancan101 commented 8 years ago
$ sudo -v
[sudo] password for ubuntu: 

but no password will make it happy.

seanbell commented 8 years ago

Thanks for pointing this out -- sudo -v just increases the timeout, and isn't necessary. I removed it (https://github.com/seanbell/opensurfaces/commit/c316e1ba3448154a47d2a9a20acb43632dcbbede)