mirror of
https://github.com/modelec/Initialisation.git
synced 2026-03-18 21:30:40 +01:00
Fix issue
This commit is contained in:
@@ -7,12 +7,12 @@ echo "Initialization script updated"
|
|||||||
|
|
||||||
# Update of the TCP server
|
# Update of the TCP server
|
||||||
echo "Updating 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"
|
echo "TCP server updated"
|
||||||
|
|
||||||
# Update of the TCP Client
|
# Update of the TCP Client
|
||||||
echo "Updating 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"
|
echo "TCP client updated"
|
||||||
|
|
||||||
# Update of the connectors
|
# Update of the connectors
|
||||||
|
|||||||
Reference in New Issue
Block a user