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