alas, root privs are required after all, for the GPIO stuff

This commit is contained in:
Amy G. Bowersox 2021-08-29 22:37:07 -06:00
parent e44619cea6
commit 44ee44b7fa
1 changed files with 0 additions and 2 deletions

View File

@ -208,13 +208,11 @@ HRESULT Config_setup(int argc, char *argv[])
HRESULT hr;
GLOBAL_CONFIG from_commandline;
/*
if (geteuid() != 0)
{
Log(LFATAL, "upiwin must be run with root privileges");
return E_ACCESSDENIED;
}
*/
if (atexit(run_exit_funcs))
{