Fix issue

This commit is contained in:
2024-05-07 22:41:17 +02:00
parent f5eb395644
commit 7a555fdaf7

View File

@@ -7,12 +7,12 @@ echo "Initialization script updated"
# Update of the TCP server
echo "Updating the TCP server"
cd /home/modelec/Serge/TCPSocketClient && git pull && cd build && cmake .. && make
cd /home/modelec/Serge/TCPSocketServer && git pull && cd build && cmake .. && make
echo "TCP server updated"
# Update of the TCP Client
echo "Updating the TCP client"
cd /home/modelec/Serge/TCPSocketServer && git pull && cd build && cmake .. && sudo make install
cd /home/modelec/Serge/TCPSocketClient && git pull && cd build && cmake .. && sudo make install
echo "TCP client updated"
# Update of the connectors