filefct: fixed installfile displaying an error instead of a warning

This commit is contained in:
fatalerrors
2021-09-28 13:52:23 +02:00
parent 804aaa3545
commit 967c0f12ce

View File

@@ -45,7 +45,7 @@ backupdist()
die 12 die 12
fi fi
else else
prnt E "backupdist(): $file n'existe pas, rien à faire." prnt W "backupdist(): $file n'existe pas, rien à faire."
fi fi
done done
} }