Skip to content

Commit

Permalink
Merge pull request #25 from felipealfonsog/development
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
felipealfonsog authored May 29, 2024
2 parents 1fe8f3e + d8c3144 commit 0d50bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opticpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ void signal_handler(int signum) {
int main(int argc, char *argv[]) {
// Check if the program is running as root
if (geteuid() != 0) {
printf("OptiCPU must be installed and run as a service with root privileges. Please check the instructions on the GitHub page: github.com/OptiCPU\n");
printf("OptiCPU must be installed and run as a service with root privileges. Please check the instructions on the GitHub page: github.com/felipealfonsog/OptiCPU\n");
return EXIT_FAILURE;
}

Expand Down

0 comments on commit 0d50bf7

Please sign in to comment.