From 02cb11493d2c423ef02a768a4406669b8bad71d6 Mon Sep 17 00:00:00 2001 From: matograine Date: Sun, 5 May 2019 14:32:37 +0000 Subject: [PATCH] enlever code mort --- nouveau-compte.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/nouveau-compte.sh b/nouveau-compte.sh index 0cfa27a..12b214b 100644 --- a/nouveau-compte.sh +++ b/nouveau-compte.sh @@ -41,15 +41,8 @@ if [ ! $doss == $dossier ] ; then fi # VERIFIER L'EXISTENCE DES DOSSIERS -if [ ! -e $dossier_cot ] ; then - mkdir $dossier_cot -fi - -if [ ! -e $dossier_auth ] ; then - mkdir $dossier_auth -fi -if [ ! -e $dossier_quot ] || [ ! -e $dossier_hebdo ] || [ ! -e $dossier_mens ] || [ ! -e $dossier_reboot ] ; then +if [ ! -e $dossier_quot ] || [ ! -e $dossier_hebdo ] || [ ! -e $dossier_mens ] || [ ! -e $dossier_reboot ] || [ ! -e $dossier_auth ]; then mkdir $dossier_quot $dossier_quot/cotisations $dossier_quot/recurrent mkdir $dossier_hebdo $dossier_hebdo/cotisations $dossier_hebdo/recurrent mkdir $dossier_mens $dossier_mens/cotisations $dossier_mens/recurrent -- GitLab