Fix debug.log position

parent 3746f67d
......@@ -1488,7 +1488,7 @@ startxfce4 &
sleep 5
# Launch the Main Kiosk Application (in background for layering monitor to work)
/usr/local/bin/MbetterClient_wrapper.sh --ssl --web-host 0.0.0.0 --debug --start 0 > /tmp/debug.log 2>&1 &
/usr/local/bin/MbetterClient_wrapper.sh --ssl --web-host 0.0.0.0 --debug --start 0 > /home/mbetterclient/debug.log 2>&1 &
APP_PID=$!
# --- Robust Continuous Window Layering Monitor ---
......
......@@ -1488,7 +1488,7 @@ startxfce4 &
sleep 5
# Launch the Main Kiosk Application (in background for layering monitor to work)
/usr/local/bin/MbetterClient_wrapper.sh --ssl --web-host 0.0.0.0 --debug --start 0 > /tmp/debug.log 2>&1 &
/usr/local/bin/MbetterClient_wrapper.sh --ssl --web-host 0.0.0.0 --debug --start 0 > /home/mbetterclient/debug.log 2>&1 &
APP_PID=$!
# --- Robust Continuous Window Layering Monitor ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment