Modification de la vérification du fichier

pull/1/head
Nicolas MORIN 12 months ago
parent 9664e92772
commit 1cd2b0d307

@ -137,7 +137,7 @@ creeMV()
if [[ ${temoin_b} -ne 1 ]]; then if [[ ${temoin_b} -ne 1 ]]; then
case ${1} in case ${1} in
"ovmf"|"OVMF") "ovmf"|"OVMF")
if [[ ! $(ls /usr/share/ovmf/OVMF.fd 2>/dev/null) ]]; then if [[ ! -f "/usr/share/ovmf/OVMF.fd" ]]; then
die "Le paquet ovmf n'est pas installé." 6 die "Le paquet ovmf n'est pas installé." 6
fi fi
commandes_a_executer+=( "nouvMV bios $(echo ${1} | tr '[:lower:]' '[:upper:]')") commandes_a_executer+=( "nouvMV bios $(echo ${1} | tr '[:lower:]' '[:upper:]')")

Loading…
Cancel
Save