We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16031b commit b0829e6Copy full SHA for b0829e6
Makefile
@@ -101,7 +101,8 @@ start:
101
# Stop the WebTask server
102
stop:
103
@echo "Stopping WebTask server on port $(PORT)..."
104
- @-pkill -f "webtask --host $(HOST) --port $(PORT)" || echo "No WebTask server found running on port $(PORT)"
+ @-pkill -f "python.*webtask.*--host $(HOST).*--port $(PORT)" || echo "No WebTask server found running on port $(PORT)"
105
+ @-pkill -f "webtask.*--host $(HOST).*--port $(PORT)" || true
106
107
# Restart the WebTask server
108
restart: stop start
0 commit comments