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