7 lines
172 B
Bash
Executable File
7 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
|
|
REQUEST_METHOD="GET" \
|
|
SCRIPT_NAME="status.php" \
|
|
SCRIPT_FILENAME="status.php" \
|
|
cgi-fcgi -bind -connect "127.0.0.1:9000" | grep -q '"installed":true' || exit 1
|