Fix missing count function when installing via curl

This commit is contained in:
Arjan H
2022-10-22 17:34:00 +02:00
parent ad7330ab99
commit 8455f256f6

View File

@@ -48,6 +48,9 @@ wait_down() {
wait_up() {
sleep 5
}
count() {
echo "0"
}
dn=$(dirname $0)
source "$dn/utils.sh" &>/dev/null || true