Skip to content

Commit 8d6aa73

Browse files
author
d3x0r
committed
Comment script
1 parent 0cb4d21 commit 8d6aa73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fix_sems

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
# message server IPC used message queues. This cleans any leftover queues.
22
IPCS_S=`ipcs -s | egrep "0x[0-9a-f]+ [0-9]+" | grep $USER | cut -f2 -d" "`
33
for id in $IPCS_S; do
44
ipcrm -s $id;

0 commit comments

Comments
 (0)