Use busybox wget to ping :6300

This commit is contained in:
Dan Garthwaite 2019-10-09 21:46:53 -04:00 committed by Leopere
parent 6c322f9fbd
commit 8ba6173232

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
curl --fail http://localhost:6300/api/status || exit 1
#!/bin/sh
busybox wget -O- http://localhost:6300/api/status