mirror of
https://github.com/modelec/Initialisation.git
synced 2026-01-18 15:57:20 +01:00
Update startup.sh
This commit is contained in:
@@ -33,7 +33,7 @@ sleep 1
|
||||
# Démarrer l'IHM
|
||||
echo "Starting the IHM"
|
||||
rm /home/modelec/Serge/Logs/ihm_robot.log
|
||||
/home/modelec/Serge/ihm/build/ihm_robot --window_mode fullscreen --port "$port" > /home/modelec/Serge/Logs/ihm_robot.log &
|
||||
/home/modelec/Serge/ihm/build/ihm_robot --window-mode fullscreen --port "$port" > /home/modelec/Serge/Logs/ihm_robot.log &
|
||||
echo "IHM pid" $! > /home/modelec/Serge/IHM_pid.txt
|
||||
pids+=($!)
|
||||
sleep 1
|
||||
|
||||
Reference in New Issue
Block a user