@@ -0,0 +1,8 @@
#!/bin/bash
if [ ! -d "venv" ]; then
python3 -m venv venv
fi
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pgrep -f "python src/main.py" > /dev/null || python src/main.py
The note is not visible to the blocked user.