Ajout du blocage pour démarrage
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@413 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
5
check
5
check
@@ -22,6 +22,11 @@ if [ $RUNLEVEL -eq 0 ] || [ $RUNLEVEL -eq 6 ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ $RUNLEVEL -eq 1 ]; then
|
||||||
|
echo "Démarrage en cours : on sort"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -f "/tmp/check-bloque" ]; then
|
if [ -f "/tmp/check-bloque" ]; then
|
||||||
# Check est bloque par un programme externe : on sort
|
# Check est bloque par un programme externe : on sort
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user