Docs: Update screen.py comments with correct paths (by user)

This commit is contained in:
PaulVua
2026-02-17 12:41:00 +01:00
parent 86c2d1eb41
commit d086a440dd

View File

@@ -10,11 +10,11 @@
# 2. You may need to set the DISPLAY environment variable if running from SSH or outside a graphical session:
# export DISPLAY=:0
# 3. Run the script:
# python3 /home/aircarto/nebuleair_pro_4g/screen_control/screen.py
# python3 /var/www/nebuleair_pro_4g/screen_control/screen.py
#
# HOW TO RUN (BACKGROUND):
# ------------------------
# nohup python3 /home/aircarto/nebuleair_pro_4g/screen_control/screen.py > /dev/null 2>&1 &
# nohup python3 /var/www/nebuleair_pro_4g/screen_control/screen.py > /dev/null 2>&1 &
#
# HOW TO STOP:
# ------------