From d086a440ddf7c60cc28916b4709d6801a95e277b Mon Sep 17 00:00:00 2001 From: PaulVua Date: Tue, 17 Feb 2026 12:41:00 +0100 Subject: [PATCH] Docs: Update screen.py comments with correct paths (by user) --- screen_control/screen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screen_control/screen.py b/screen_control/screen.py index dcde19c..cd545f0 100644 --- a/screen_control/screen.py +++ b/screen_control/screen.py @@ -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: # ------------