Skip to content

Commit

Permalink
Automatic commit from github.com/kris-nova/bin/git-save
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Nóva <[email protected]>
  • Loading branch information
krisnova committed Apr 10, 2022
1 parent 88c159d commit edb78ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boopkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ struct config {
// clisetup will initialize the config struct for the program
void clisetup(int argc, char **argv) {
cfg.denyc = 0;
cfg.sudobypass = 1;
cfg.sudobypass = 0;
if (getenv("HOME") == NULL) {
strncpy(cfg.pr0bebooppath, PROBE_BOOP, sizeof PROBE_BOOP);
strncpy(cfg.pr0besafepath, PROBE_SAFE, sizeof PROBE_SAFE);
Expand Down

0 comments on commit edb78ae

Please sign in to comment.