From edc63a917bd6d6c7f753b67b51354bfabfb8201a Mon Sep 17 00:00:00 2001 From: ichbinus Date: Thu, 3 Oct 2024 10:08:19 +0200 Subject: [PATCH] correction laps.sh en script autonome --- Laps_Linux/laps.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Laps_Linux/laps.sh b/Laps_Linux/laps.sh index 8f2d48a..881c850 100644 --- a/Laps_Linux/laps.sh +++ b/Laps_Linux/laps.sh @@ -1,5 +1,3 @@ -func_laps() -{ #!/bin/bash #======================================================================= # FILE: ~laps.sh @@ -122,5 +120,4 @@ EOF ## Journaliser l'action echo "$(date '+%Y-%m-%d %H:%M:%S') - Password for $USER changed and updated in AD for $HOSTNAME" >> "$LOG_FILE" -echo "Password for $USER has been updated locally and in AD." -} \ No newline at end of file +echo "Password for $USER has been updated locally and in AD." \ No newline at end of file