1
0

reeciture verification service

This commit is contained in:
unfr 2025-11-12 15:51:08 +01:00
parent 41edbfc11e
commit 7754459ae3

View File

@ -19,14 +19,12 @@ attente() {
} }
checkusenet(){ checkusenet(){
SERVICE="nyuu" SERVICE="nyuu"
if pgrep -x "$SERVICE" >/dev/null while pgrep -x "$SERVICE" >/dev/null; do
then echo "$SERVICE EN COURS"
echo "$SERVICE EN COURS" sleep 16
sleep 16 done
else echo "$SERVICE OK"
echo "$SERVICE OK"
fi
} }
cd "${DOSSIER_GLOBAL}" cd "${DOSSIER_GLOBAL}"