Skip to content

Commit b7ee1c3

Browse files
committed
Work-around config issue
1 parent eef40af commit b7ee1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ make run
1919
## develop backend
2020
```
2121
make shell
22-
supervisorctl stop web
22+
supervisorctl -c /etc/supervisor/supervisord.conf stop web
2323
cd /src/image/usr/local/lib/web/backend
2424
./run.py --debug
2525
```

0 commit comments

Comments
 (0)