Quote:
Originally Posted by NiLuJe
Don't update to it just yet, I guess?
Code:
diff -Nuarp KT5/ROOT/etc/upstart/lab126_gui_monitor.conf KS_5.16.1/ROOT/etc/upstart/lab126_gui_monitor.conf
--- KT5/ROOT/etc/upstart/lab126_gui_monitor.conf>-------2022-09-21 18:56:02.000000000 +0200
+++ KS_5.16.1/ROOT/etc/upstart/lab126_gui_monitor.conf>-2022-10-28 04:54:55.000000000 +0200
@@ -19,7 +19,7 @@ script
.
- lab126_gui_status=$(f_upstart_job_status lab126_gui)
.
- if [ "kb" == ${JOB} ] && [ "$lab126_gui_status" -ne "$UP_JOB_STS_RUNNING" ]; then
+ if [ "kb" == ${JOB} && [ "$lab126_gui_status" -ne "$UP_JOB_STS_RUNNING" ]; then
- f_log I $UPSTART_JOB "Keyboard has failed, but lab126_gui has not started. Hence exiting.."
2 # lab126_gui will bring up keyboard again when it starts.
2 exit 0
(Random syntax error)
|
Not only that -- the line that actually sets lab126_gui_status was removed, so even if the test was syntactically correct it wouldn't really help... Now maybe something else sets it earlier but I kinda doubt it.