Commit f1e85b96 authored by Giuseppe Carboni's avatar Giuseppe Carboni
Browse files

Small tweak to discosConsole windows opening order.

This was needed since using the previous configuration the loggingDisplay opened in the wrong position.
parent 9a722f41
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -91,25 +91,25 @@ if [ "$CL_STOP" ] ; then
   exit
fi

schedulerTui
sleep 0.5s
mountTui
sleep 0.5s
minorservoBossTui
operatorInput
sleep 0.5s
observatoryTui
loggingDisplay
sleep 0.5s
antennaBossTui
sleep 0.5s
genericBackendTui BACKENDS/TotalPower
observatoryTui
sleep 0.5s
genericBackendTui BACKENDS/Sardara
receiversBossTui
sleep 0.5s
operatorInput
schedulerTui
sleep 0.5s
receiversBossTui
minorservoBossTui
sleep 0.5s
loggingDisplay
genericBackendTui BACKENDS/TotalPower
sleep 0.5s
genericBackendTui BACKENDS/Sardara


#