6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Clear any stranded pid/socket files that could cause issues
|
|
|
|
rm -f /tmp/fcgiwrap.socket
|