mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Multi instance en mode dégradé
This commit is contained in:
parent
e46e9da61b
commit
a01047961f
1 changed files with 4 additions and 0 deletions
|
@ -723,6 +723,10 @@ else # Si le fichier check_process n'a pas été trouvé, fonctionne en mode dé
|
|||
wrong_user=0
|
||||
all_test=$((all_test-1))
|
||||
fi
|
||||
if grep multi_instance "$APP_CHECK/manifest.json" | grep -q false
|
||||
then # Retire le test multi instance si la clé du manifest est à false
|
||||
multi_instance=0
|
||||
fi
|
||||
fi
|
||||
|
||||
TESTING_PROCESS
|
||||
|
|
Loading…
Add table
Reference in a new issue