modif fonctionnement si pas de matière en cous
This commit is contained in:
parent
8e6ee8d5d7
commit
a514597e9b
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue