Skip to content

Commit

Permalink
Set lineendings to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsINT committed Jun 4, 2024
1 parent 96617d1 commit b2c1dbb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions base/start.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b2c1dbb

Please sign in to comment.