From 3f0f10c87e5a4509e25313517838f53682155506 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Fri, 25 Aug 2023 04:15:30 -0300 Subject: [PATCH] Fixes Entrypoint --- run-queue.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-queue.sh b/run-queue.sh index 283b925..5f31d0e 100755 --- a/run-queue.sh +++ b/run-queue.sh @@ -1,4 +1,5 @@ -#!/bin/sh +#!/bin/bash + if [[ $1 == "--queue" || $1 == "-q" ]]; then rq worker --with-scheduler