jefflunt / glint-box

(retired) This was fun - but seriously, try Lakka instead (http://www.lakka.tv/)
MIT License
21 stars 5 forks source link

(0.1.0-beta) `/etc/auto.master` mistakenly overwritten #36

Open brandtdaniels opened 11 years ago

brandtdaniels commented 11 years ago

It appears whatever you did to insert a line in /etc/auto.master over-wrote it instead of append to it...make sure you use the double >>

sudo echo "/mnt /etc/auto.ext-usb --timeout=10,defaults,user,exec,uid=1000" >> /etc/auto.master
jefflunt commented 11 years ago

Totally my fault. When reading the script I thought the intent was to overwrite.

Also, the script, as it was, didn't work for me. It did not successfully append anything, so I wrote it to a file in $HOME and then moved that file over the existing one, which is where the mistake was obviously made on my part.