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: # ------------