3 lines
67 B
Bash
3 lines
67 B
Bash
#!/bin/bash
|
|
grep -q 'WARNING: possible recursive locking detected'
|
#!/bin/bash
|
|
grep -q 'WARNING: possible recursive locking detected'
|