Correction d'erreurs
darcs-hash:20071209210809-af139-6fc55d6c87a3e78124763fc746d63006cecdfb2e.gz
This commit is contained in:
parent
7cc356d8da
commit
fd58dd09dc
5 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
rescue_file=/usr/scripts/secours/etat_$(hostname -s)
|
||||
if [ -f $rescue_file ]; then
|
||||
if [ "$(< rescue_file)" = "secours" ]; then
|
||||
if [ "$(< $rescue_file)" = "secours" ]; then
|
||||
echo "group:rescue-mode"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue