From a514597e9bd530c730f064b9f7cb5bcc1148e8bf Mon Sep 17 00:00:00 2001 From: "alexander.dales@etu.u-bordeaux.fr" Date: Mon, 4 Oct 2021 17:23:14 +0200 Subject: [PATCH] =?UTF-8?q?modif=20fonctionnement=20si=20pas=20de=20mati?= =?UTF-8?q?=C3=A8re=20en=20cous?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script_temp.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/script_temp.sh b/script_temp.sh index 9448df4..b62cb18 100755 --- a/script_temp.sh +++ b/script_temp.sh @@ -45,7 +45,7 @@ scan () if [ $file != "BACKUP" ]; then #liste les process de l'utilisateur puis ne garde que 2 colonne d'information relative à la commande ps -u | tr -s " " | cut -d " " -f 11,12 | while read -r process; done - + no_bool=0 case $process in *"maths"*) path=$( verif MATHS ) @@ -85,14 +85,15 @@ scan () mv $scandir$file $pathb echo "fichier transvasé dans ERGOTHERAPEUTE" ;; - # *) - - # pathb=$( verif BACKUP ) - #mv $scandir$file $pathb - #echo "Aucune matière active, fichier placé à : $pathb" - # ;; esac done + if [ no_bool == 0 ]; then + path=$( verif SCAN ) + cp $scandir$file $path + pathb=$( verif BACKUP ) + mv $scandir$file $pathb + echo "aucune matière lancée, fichier tranvasé dans SCAN" + fi fi done #echo "sortie while"