Skip to content

Commit d9e245c

Browse files
committed
wip
1 parent 54a5181 commit d9e245c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
cmd/notify/notify
2+
cmd/intercept/intercept
23
.DS_Store
34
dist

cmd/intercept/intercept.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func main() {
3232
}()
3333

3434
if os.Getuid() != 0 {
35-
gologger.Printf("Command may fail as the program is not running as root and unable to access raw sockets")
35+
gologger.Fatalf("The program is not running as root and unable to access raw sockets")
3636
}
3737
gologger.Printf("Attempting to intercept BIID")
3838
// otherwise attempt to retrieve it

0 commit comments

Comments
 (0)