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

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