We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pk-command-not-found
1 parent f973572 commit 60ff89cCopy full SHA for 60ff89c
src/detection/terminalshell/terminalshell_linux.c
@@ -56,7 +56,7 @@ static pid_t getShellInfo(FFShellResult* result, pid_t pid)
56
ffStrbufEqualS(&result->processName, "fastfetch") || //994
57
ffStrbufEqualS(&result->processName, "flashfetch") ||
58
ffStrbufContainS(&result->processName, "debug") ||
59
- ffStrbufContainS(&result->processName, "not-found") ||
+ ffStrbufContainS(&result->processName, "command-not-") ||
60
#ifdef __ANDROID__
61
ffStrbufEqualS(&result->processName, "proot") ||
62
#endif
0 commit comments