mirror of https://github.com/TriliumNext/Notes
commit
e21a1b56fa
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
if wget --spider -S "127.0.0.1:8080/login" 2>&1 | awk 'NR==2' | grep -w "HTTP/1.1 200 OK" ; then
|
||||||
|
exit 0
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
Loading…
Reference in New Issue