From 9077287563d1c5535ee7a9764e54218696df479f Mon Sep 17 00:00:00 2001 From: Vlad Ilyushchenko Date: Wed, 17 Jun 2020 18:30:28 +0100 Subject: [PATCH] chore: fix questdb.sh for freebsd (#402) --- core/src/main/bin/questdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/bin/questdb.sh b/core/src/main/bin/questdb.sh index 06bff37f2..14618a4da 100755 --- a/core/src/main/bin/questdb.sh +++ b/core/src/main/bin/questdb.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash export QDB_PROCESS_LABEL="QuestDB-Runtime-66535" export QDB_MAX_STOP_ATTEMPTS=5; -- GitLab