From c2eb2b85a4aee52b00f5c60f5fb0aa87d150ed08 Mon Sep 17 00:00:00 2001
From: Louis <Administrateur@GSB.LAN>
Date: Tue, 24 Jan 2023 10:13:40 +0100
Subject: [PATCH] correction script gsb partage

---
 windows/gsb-dossiers.cmd | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/windows/gsb-dossiers.cmd b/windows/gsb-dossiers.cmd
index dfbc281..b06b69c 100644
--- a/windows/gsb-dossiers.cmd
+++ b/windows/gsb-dossiers.cmd
@@ -2,14 +2,14 @@ mkdir C:\gsb\partages
 cd C:\gsb\partages

 mkdir compta

 mkdir ventes

-mkdir public

+mkdir public

mkdir commun

 cd C:\gsb

 mkdir users

 

 

 for %%g in (gg-compta gg-ventes) do net group %%g /add

 

-net share compta=C:\gsb\partages\compta 	/grant:"Utilisateurs du domaine":FULL

-net share ventes=C:\gsb\partages\ventes 	/grant:"Utilisateurs du domaine":FULL

-net share commun=C:\gsb\partages\commun 	/grant:"Utilisateurs du domaine":FULL


-net share public=C:\gsb\partages\public 	/grant:"Utilisateurs du domaine":FULL
\ No newline at end of file
+net share compta=C:\gsb\partages\compta 	/grant:"Utilisateurs du domaine",FULL

+net share ventes=C:\gsb\partages\ventes 	/grant:"Utilisateurs du domaine",FULL

+net share commun=C:\gsb\partages\commun 	/grant:"Utilisateurs du domaine",FULL

+net share public=C:\gsb\partages\public 	/grant:"Utilisateurs du domaine",FULL
\ No newline at end of file