From b2c1dbbe0e8e19e1d12975f97053683789d0d39f Mon Sep 17 00:00:00 2001 From: Vincent Prins Date: Tue, 4 Jun 2024 16:01:26 +0200 Subject: [PATCH] Set lineendings to LF --- base/start.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/base/start.sh b/base/start.sh index 98bf5d5..e4c9d23 100755 --- a/base/start.sh +++ b/base/start.sh @@ -1,10 +1,10 @@ -#!/bin/bash - -# turn on bash's job control -set -m - -# start the webservice -python3 webservice.py & - -# start the tagger worker -python3 tagger_worker.py +#!/bin/bash + +# turn on bash's job control +set -m + +# start the webservice +python3 webservice.py & + +# start the tagger worker +python3 tagger_worker.py