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)