Dynaframe3 icon indicating copy to clipboard operation
Dynaframe3 copied to clipboard

Update to allow running as any user

Open lsmithx2 opened this issue 3 years ago • 2 comments

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

lsmithx2 avatar Sep 09 '22 11:09 lsmithx2

You'll want to update the run.sh file along with this...

hrishihpatel avatar Sep 12 '22 15:09 hrishihpatel

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.

qwksilver avatar Sep 13 '22 01:09 qwksilver