From 1386ade3a8ebd17babd3d24d39a832eb6493f129 Mon Sep 17 00:00:00 2001 From: breizhhardware Date: Tue, 7 May 2024 22:53:52 +0200 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20update=5Fall=5Frepo.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_all_repo.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/update_all_repo.sh b/update_all_repo.sh index 754ac59..346cc56 100644 --- a/update_all_repo.sh +++ b/update_all_repo.sh @@ -1,10 +1,5 @@ #!/bin/bash -# Update of the Initialization script -echo "Updating the Initialization script" -rm /home/modelec/Serge/Initialisation/startup.sh && cd /home/modelec/Serge/Initialisation && git pull && chmod 777 startup.sh -echo "Initialization script updated" - # Update of the TCP server echo "Updating the TCP server" cd /home/modelec/Serge/TCPSocketServer && git pull && cd build && cmake .. && make @@ -50,4 +45,5 @@ echo "Updating the tirette" cd /home/modelec/Serge/tirette && git pull && g++ main.cpp MyClient.cpp MyClient.h -o tirette -l wiringPi -l TCPSocket echo "Tirette updated" -echo "All repositories have been updated, Please check the logs for any errors" \ No newline at end of file +echo "All repositories have been updated, Please check the logs for any errors" +echo "Please update Initialisation manually using git pull" \ No newline at end of file