mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove another unused script
This commit is contained in:
parent
6214dd36f5
commit
412f9462a1
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
# Kill ghost shells
|
||||
|
||||
/bin/kill -9 `/bin/ps awux | grep "(sh)" | /usr/bin/grep -v grep | ps awux | grep "(sh)" | grep -v grep | /usr/bin/awk '{ print $2 }'`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user