gestion des erreurs malwarebytes

This commit is contained in:
2024-10-02 11:14:03 +02:00
parent 3b09947091
commit 02efceaf71
3 changed files with 79 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ folder=$(pwd)
#=======================================================================
##Définition des fonctions
source "$folder/malwarebytes.sh"
source "intégration au domaine"
source "$folder/integration_domain.sh"
source "$folder/ocs.sh"
source "$folder/ldap.sh"
source "installation vpn"
@@ -63,11 +63,11 @@ while true ;do
echo "Déploiement/intégration complète du poste au domaine"
;;
m|M)
#func_malwarebytes
echo "Installation Malwarebytes"
func_malwarebytes
#echo "Installation Malwarebytes"
;;
d|D)
#func_Intégration au domaine
#func_integration_domain
echo "Intégration au domaine"
;;
o|O)