#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-378ad31fedc9
remotes/github/debian-pkg
Irina Gomez 2017-10-31 11:51:33 +00:00
parent 2b9c8d3cb1
commit d216749600
1 changed files with 1 additions and 1 deletions

View File

@ -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