diff --git a/README.md b/README.md index a376be2..94eabb9 100644 --- a/README.md +++ b/README.md @@ -68,15 +68,15 @@ chmod +x Import_Donnees_Dossier_For_PBI.sh vi Import_Donnees_Dossier_For_PBI.sh ``` -### 4. Mise en place dans la crontabs +### 4. Mise en place dans la crontabs(exemple) 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