From d8e61d8a6fccb2ad256983d159c63aab251fbe65 Mon Sep 17 00:00:00 2001 From: ichbinus Date: Wed, 2 Oct 2024 17:34:03 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9paration=20au=20test=20ocs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laps_Linux/laps.sh | 2 +- OCS_Linux/ocs.sh | 2 +- deploiement_main.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Laps_Linux/laps.sh b/Laps_Linux/laps.sh index 8be4f83..8f2d48a 100644 --- a/Laps_Linux/laps.sh +++ b/Laps_Linux/laps.sh @@ -1,4 +1,4 @@ -func_ldap() +func_laps() { #!/bin/bash #======================================================================= diff --git a/OCS_Linux/ocs.sh b/OCS_Linux/ocs.sh index 3f8f671..3897282 100644 --- a/OCS_Linux/ocs.sh +++ b/OCS_Linux/ocs.sh @@ -78,7 +78,7 @@ echo "decompression archive de l'Agent" sleep 2 echo "Installation sans interaction de l'agent" - if func_installation >> /dev/null 2>> $log_erreurs; then + if func_installation 2>> $log_erreurs; then echo "Installation du package OCS réussies" else echo "Erreur lors de l'installation du package OCS" diff --git a/deploiement_main.sh b/deploiement_main.sh index 4de93d1..5546a5a 100644 --- a/deploiement_main.sh +++ b/deploiement_main.sh @@ -71,11 +71,11 @@ while true ;do #echo "Intégration au domaine" ;; o|O) - #func_ocs + func_ocs echo "Installation OCS" ;; l|L) - #func_ldap + #func_laps echo "Installation LAPS" ;; v|V)