biscuits99 / rp-video-manager

Tool to quickly update video modes in RetroPie - giving a retro CRT look.
MIT License
69 stars 10 forks source link

replaced hardcoded username "pi" with environment variable ${USER} #11

Closed verybadsoldier closed 7 years ago

verybadsoldier commented 7 years ago

When using RetroPie on other systems (e.g. x86) then the username is not neccessarily "pi". So this PR changes the hardcoded username "pi" to use the current shell username $USER.