Actualiser README.md

This commit is contained in:
2025-12-10 17:33:33 +00:00
parent 5dd67d7df0
commit 828d5b03c6

View File

@@ -68,15 +68,15 @@ chmod +x Import_Donnees_Dossier_For_PBI.sh
vi Import_Donnees_Dossier_For_PBI.sh vi Import_Donnees_Dossier_For_PBI.sh
``` ```
### <ins>4. Mise en place dans la crontabs</ins> ### <ins>4. Mise en place dans la crontabs(exemple)</ins>
Epineux sujet, à placer au moment le plus oportun selon les compte, voici les exempls pour monoprix : Epineux sujet, à placer au moment le plus oportun selon les compte, voici les exempls pour monoprix :
``` ```
1 0 * * 1-5 bash --login -c "/home/socleng-monoprix/exploit_batch/REPORTING/PBI/Import_Donnees_Dossier_For_PBI.sh" 2>&1 >/dev/null 1 0 * * * bash --login -c "/home/socleng-monoprix/exploit_batch/REPORTING/PBI/Import_Donnees_Dossier_For_PBI.sh" 2>&1 >/dev/null
20 0 * * 1-5 bash --login -c "/home/socleng-monoprix/exploit_batch/REPORTING/PBI/Import_Donnees_Contact_For_PBI.sh" 2>&1 >/dev/null 20 0 * * * bash --login -c "/home/socleng-monoprix/exploit_batch/REPORTING/PBI/Import_Donnees_Contact_For_PBI.sh" 2>&1 >/dev/null
40 0 * * 1-5 bash --login -c "/home/socleng-monoprix/exploit_batch/REPORTING/PBI/Import_Donnees_Task_For_PBI.sh" 2>&1 >/dev/null 40 0 * * * bash --login -c "/home/socleng-monoprix/exploit_batch/REPORTING/PBI/Import_Donnees_Task_For_PBI.sh" 2>&1 >/dev/null
``` ```
# Etape 2 # Etape 2