#811 ogBoot: utiliza setBootMode para arranque de Windows. setBootMode: se da un mensaje de error más descriptivo.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5489 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/debian-pkg
parent
2b9c8d3cb1
commit
d216749600
|
@ -33,7 +33,7 @@ if [ $# -ne 2 ]; then
|
|||
fi
|
||||
|
||||
if [ -z "$TEMPLATE" ]; then
|
||||
ogRaiseError $OG_ERR_NOTFOUND "$MSG_ERR_NOTFOUND: $TEMPLATE"
|
||||
ogRaiseError $OG_ERR_NOTFOUND "$MSG_ERR_NOTFOUND: $1"
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue