Dynaframe3
Dynaframe3 copied to clipboard
Update to allow running as any user
Update to allow running as any user as script was breaking if is wasn't being ran as the user "pi" fixed it by changing to $USER
You'll want to update the run.sh file along with this...
before this can commit can you verify it's behavior with an echo $user for when run.sh is run with sudo or on boot from the root user. you might also check it with $logname/$LOGNAME not sure on case.