updates UI
This commit is contained in:
9
MI50/start_watcher.sh
Executable file
9
MI50/start_watcher.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# Launch the folder watcher service.
|
||||
set -e
|
||||
# env.sh resolves API_DIR/VENV (and keeps the venv off NTFS).
|
||||
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/env.sh"
|
||||
source "$VENV/bin/activate"
|
||||
cd "$API_DIR"
|
||||
|
||||
exec python3 watcher.py
|
||||
Reference in New Issue
Block a user